nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

Let macOS use llvm-clang for compilation too

Open Frityet opened this issue 1 year ago • 0 comments

Apple clang is just an slightly modified version of LLVM clang, but LLVM clang is fully useable on macOS and is able to compile and run this project perfectly. Furthermore, if you install LLVM clang with homebrew, it overrides clang to use llvm-clang which makes the build fail.

Frityet avatar May 09 '24 03:05 Frityet