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 ee211ee commit cc8660aCopy full SHA for cc8660a
utils/build-script-impl
@@ -2030,6 +2030,7 @@ for host in "${ALL_HOSTS[@]}"; do
2030
-DCMAKE_CXX_COMPILER:PATH="${CLANG_BIN}/clang++"
2031
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2032
-DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
2033
+ -DCMAKE_OSX_ARCHITECTURES="${architecture}"
2034
2035
-DLLBUILD_ENABLE_ASSERTIONS:BOOL=$(true_false "${LLBUILD_ENABLE_ASSERTIONS}")
2036
-DLLBUILD_SUPPORT_BINDINGS:=Swift
0 commit comments