Skip to content

Commit 002a626

Browse files
committed
external_deps: rework the macos-amd64 setup a bit
1 parent eada365 commit 002a626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_deps/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ setup_macos-amd64-default() {
14211421
MACOS_ARCH=x86_64
14221422
# OpenAL requires 10.14.
14231423
export MACOSX_DEPLOYMENT_TARGET=10.14 # works with CMake
1424-
common_setup macos x86_64-apple-darwin11
1424+
common_setup macos "x86_64-apple-macosx${MACOSX_DEPLOYMENT_TARGET}"
14251425
}
14261426

14271427
# Set up environment for 32-bit i686 Linux

0 commit comments

Comments
 (0)