We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6806a commit 0c59f73Copy full SHA for 0c59f73
1 file changed
external_deps/build.sh
@@ -1421,7 +1421,7 @@ setup_macos-amd64-default() {
1421
MACOS_ARCH=x86_64
1422
# OpenAL requires 10.14.
1423
export MACOSX_DEPLOYMENT_TARGET=10.14 # works with CMake
1424
- common_setup macos x86_64-apple-darwin11
+ common_setup macos "x86_64-apple-macosx${MACOSX_DEPLOYMENT_TARGET}"
1425
}
1426
1427
# Set up environment for 32-bit i686 Linux
0 commit comments