mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 01:15:36 +00:00
Merge branch 'macos_target_non_eol_version' into 'master'
macOS target 11 See merge request OpenMW/openmw!3205 (cherry picked from commitca8cf002de
)96356a38
Update file before_script.osx.sh
This commit is contained in:
parent
99c07153e7
commit
0a593c4741
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue