Skip to content

Commit b82ff40

Browse files
slipherillwieckz
authored andcommitted
Bump minimum Mac version to 10.12
1 parent 60554b0 commit b82ff40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ build () {
462462
if "${system_macos}"
463463
then
464464
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"
465+
cmake_opts="${cmake_opts} -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DCMAKE_BUILD_TYPE=Release -DUSE_BREAKPAD=OFF"
466466
produce_symbols=false
467467
else
468468
cmake_opts="${cmake_opts} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_BREAKPAD=ON"

0 commit comments

Comments
 (0)