Skip to content

Commit e391f8f

Browse files
committed
macOS: set mac_sdk_min = "10.15"
This fixes the error: `binary_buffer.o has version 11.0.0, which is newer than target minimum of 10.13.0`
1 parent f3f6b74 commit e391f8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

steps/05-configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ mkdir -p "$BUILD"
4343
;;
4444
mac)
4545
echo 'mac_deployment_target = "10.13.0"'
46+
echo 'mac_sdk_min = "10.15"'
4647
echo "clang_use_chrome_plugins = false"
4748
;;
4849
emscripten)

0 commit comments

Comments
 (0)