We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa92c8 commit 4747797Copy full SHA for 4747797
depends/builders/darwin.mk
@@ -1,5 +1,5 @@
1
-build_darwin_CC:=$(shell xcrun -f clang)
2
-build_darwin_CXX:=$(shell xcrun -f clang++)
+build_darwin_CC:=clang
+build_darwin_CXX:=clang++
3
build_darwin_AR:=$(shell xcrun -f ar)
4
build_darwin_RANLIB:=$(shell xcrun -f ranlib)
5
build_darwin_STRIP:=$(shell xcrun -f strip)
0 commit comments