Skip to content

Commit

Permalink
Merge branch 'macos_target_non_eol_version' into 'master'
Browse files Browse the repository at this point in the history
macOS target 11

See merge request OpenMW/openmw!3205
  • Loading branch information
psi29a committed Jul 8, 2023
2 parents b49dc0e + 96356a3 commit ca8cf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/before_script.osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake \
-D CMAKE_CXX_FLAGS="-stdlib=libc++" \
-D CMAKE_C_FLAGS_RELEASE="-g -O0" \
-D CMAKE_CXX_FLAGS_RELEASE="-g -O0" \
-D CMAKE_OSX_DEPLOYMENT_TARGET="10.15" \
-D CMAKE_OSX_DEPLOYMENT_TARGET="11" \
-D CMAKE_BUILD_TYPE=RELEASE \
-D OPENMW_OSX_DEPLOYMENT=TRUE \
-D OPENMW_USE_SYSTEM_RECASTNAVIGATION=TRUE \
Expand Down

0 comments on commit ca8cf00

Please sign in to comment.