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 559fbae commit 47eda2dCopy full SHA for 47eda2d
depends/builders/darwin.mk
@@ -11,7 +11,7 @@ build_darwin_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONN
11
12
#darwin host on darwin builder. overrides darwin host preferences.
13
darwin_CC=$(shell xcrun -f clang) -mmacosx-version-min=$(OSX_MIN_VERSION)
14
-darwin_CXX:=$(shell xcrun -f clang++) -mmacosx-version-min=$(OSX_MIN_VERSION)
+darwin_CXX:=$(shell xcrun -f clang++) -mmacosx-version-min=$(OSX_MIN_VERSION) -stdlib=libc++
15
darwin_AR:=$(shell xcrun -f ar)
16
darwin_RANLIB:=$(shell xcrun -f ranlib)
17
darwin_STRIP:=$(shell xcrun -f strip)
0 commit comments