Skip to content

Commit 4293ded

Browse files
authored
Downgrade OSX deployment target to 10.12 (WebAssembly#308)
This change switches the MacOS build to target 10.12, an older version than currently supported. This would close WebAssembly#127. @sbc100 mentions that this is the setting used by Emscripten and related projects.
1 parent 1282456 commit 4293ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ build/llvm.BUILT:
6262
-DLLVM_STATIC_LINK_CXX_STDLIB=ON \
6363
-DLLVM_HAVE_LIBXAR=OFF \
6464
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
65-
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 \
65+
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 \
6666
-DCMAKE_INSTALL_PREFIX=$(PREFIX) \
6767
-DLLVM_TARGETS_TO_BUILD=WebAssembly \
6868
-DLLVM_DEFAULT_TARGET_TRIPLE=wasm32-wasi \

0 commit comments

Comments
 (0)