We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mac_sdk_min = "10.15"
1 parent f3f6b74 commit e391f8fCopy full SHA for e391f8f
1 file changed
steps/05-configure.sh
@@ -43,6 +43,7 @@ mkdir -p "$BUILD"
43
;;
44
mac)
45
echo 'mac_deployment_target = "10.13.0"'
46
+ echo 'mac_sdk_min = "10.15"'
47
echo "clang_use_chrome_plugins = false"
48
49
emscripten)
0 commit comments