File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ build_darwin_SHA256SUM=shasum -a 256
10
10
build_darwin_DOWNLOAD =curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT ) --retry $(DOWNLOAD_RETRIES ) -o
11
11
12
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 ) -stdlib=libc++
13
+ darwin_CC =$(shell xcrun -f clang) -mmacosx-version-min=$(OSX_MIN_VERSION ) --sysroot $( shell xcrun --show-sdk-path)
14
+ darwin_CXX: =$(shell xcrun -f clang++) -mmacosx-version-min=$(OSX_MIN_VERSION ) -stdlib=libc++ --sysroot $( shell xcrun --show-sdk-path)
15
15
darwin_AR: =$(shell xcrun -f ar)
16
16
darwin_RANLIB: =$(shell xcrun -f ranlib)
17
17
darwin_STRIP: =$(shell xcrun -f strip)
You can’t perform that action at this time.
0 commit comments