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

(cherry picked from commit ca8cf00)

96356a3 Update file before_script.osx.sh
  • Loading branch information
psi29a committed Jul 8, 2023
1 parent 99c0715 commit 0a593c4
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 @@ -19,7 +19,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_SQLITE3=OFF \
Expand Down

0 comments on commit 0a593c4

Please sign in to comment.