Skip to content

Commit

Permalink
Downgrade OSX deployment target to 10.12 (#308)
Browse files Browse the repository at this point in the history
This change switches the MacOS build to target 10.12, an older version
than currently supported. This would close #127. @sbc100 mentions that
this is the setting used by Emscripten and related projects.
  • Loading branch information
abrown authored Mar 20, 2023
1 parent 1282456 commit 4293ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ build/llvm.BUILT:
-DLLVM_STATIC_LINK_CXX_STDLIB=ON \
-DLLVM_HAVE_LIBXAR=OFF \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 \
-DCMAKE_INSTALL_PREFIX=$(PREFIX) \
-DLLVM_TARGETS_TO_BUILD=WebAssembly \
-DLLVM_DEFAULT_TARGET_TRIPLE=wasm32-wasi \
Expand Down

0 comments on commit 4293ded

Please sign in to comment.