Skip to content

Commit dd7304a

Browse files
committed
external_deps: bump macOS requirement to 10.14 because of OpenAL
1 parent cce14df commit dd7304a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external_deps/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,8 @@ setup_windows-amd64-mingw() {
13551355
# Set up environment for 64-bit amd64 macOS
13561356
setup_macos-amd64-default() {
13571357
MACOS_ARCH=x86_64
1358-
export MACOSX_DEPLOYMENT_TARGET=10.12 # works with CMake
1358+
# OpenAL requires 10.14.
1359+
export MACOSX_DEPLOYMENT_TARGET=10.14 # works with CMake
13591360
common_setup macos x86_64-apple-darwin11
13601361
}
13611362

0 commit comments

Comments
 (0)