Skip to content

Commit 99ce265

Browse files
committed
external_deps: rework the macos-amd64 setup a bit
1 parent 3f69832 commit 99ce265

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
@@ -1437,7 +1437,7 @@ setup_macos-amd64-default() {
14371437
MACOS_ARCH=x86_64
14381438
# OpenAL requires 10.14.
14391439
export MACOSX_DEPLOYMENT_TARGET=10.14 # works with CMake
1440-
common_setup macos x86_64-apple-darwin11
1440+
common_setup macos "x86_64-apple-macosx${MACOSX_DEPLOYMENT_TARGET}"
14411441
}
14421442

14431443
# Set up environment for 32-bit i686 Linux

0 commit comments

Comments
 (0)