Skip to content

Commit dc6252a

Browse files
committed
macOS: set mac_deployment_target = "11.0.0"
This fixes the error: `binary_buffer.o has version 11.0.0, which is newer than target minimum of 10.13.0` I tried to set `mac_sdk_min = "10.15"` instead, but it didn't work.
1 parent f3f6b74 commit dc6252a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steps/05-configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mkdir -p "$BUILD"
4242
echo "clang_use_chrome_plugins = false"
4343
;;
4444
mac)
45-
echo 'mac_deployment_target = "10.13.0"'
45+
echo 'mac_deployment_target = "11.0.0"'
4646
echo "clang_use_chrome_plugins = false"
4747
;;
4848
emscripten)

0 commit comments

Comments
 (0)