Update macos-clang-llvm.cmake

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent 4e9bf8d3da
commit 4336839804
+2 -1
View File
@@ -1,3 +1,4 @@
set(CMAKE_C_COMPILER /opt/homebrew/opt/llvm/bin/clang)
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/llvm/bin/clang++)
set(CMAKE_LINKER /opt/homebrew/opt/lld/bin/lld-link)
set(CMAKE_LINKER /opt/homebrew/opt/lld/bin/lld-link)
include_directories(/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/)