We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60554b0 commit b82ff40Copy full SHA for b82ff40
build-release
@@ -462,7 +462,7 @@ build () {
462
if "${system_macos}"
463
then
464
PATH="${PATH}:/Applications/CMake.app/Contents/bin"
465
- cmake_opts="${cmake_opts} -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_BUILD_TYPE=Release -DUSE_BREAKPAD=OFF"
+ cmake_opts="${cmake_opts} -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DCMAKE_BUILD_TYPE=Release -DUSE_BREAKPAD=OFF"
466
produce_symbols=false
467
else
468
cmake_opts="${cmake_opts} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_BREAKPAD=ON"
0 commit comments