1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

Merge branch 'nighthawk469-master-patch-79878' into 'master'

Revert Xcode sdk version from 11.6 to 10.2

See merge request OpenMW/openmw!766
This commit is contained in:
psi29a 2021-04-22 18:41:03 +00:00
commit f553f4e891
3 changed files with 4 additions and 2 deletions

View file

@ -22,9 +22,9 @@ addons:
]
matrix:
include:
- name: OpenMW (all) on MacOS 10.15 with Xcode 11.6
- name: OpenMW (all) on MacOS 10.15 with Xcode 10.2
os: osx
osx_image: xcode11.6
osx_image: xcode10.2
- name: OpenMW (all) on Ubuntu Focal with GCC
os: linux
dist: focal

View file

@ -152,6 +152,7 @@ Programmers
Nathan Jeffords (blunted2night)
NeveHanter
Nialsy
Nick Crawford (nighthawk469)
Nikolay Kasyanov (corristo)
nobrakal
Nolan Poe (nopoe)

View file

@ -17,6 +17,7 @@ cmake \
-D CMAKE_C_FLAGS_RELEASE="-g -O0" \
-D CMAKE_CXX_FLAGS_RELEASE="-g -O0" \
-D CMAKE_OSX_DEPLOYMENT_TARGET="10.14" \
-D CMAKE_OSX_SYSROOT="macosx10.14" \
-D CMAKE_BUILD_TYPE=RELEASE \
-D OPENMW_OSX_DEPLOYMENT=TRUE \
-D BUILD_OPENMW=TRUE \