1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-04 14:19:40 +00:00

Revert CMAKE_OSX_SYSROOT as this interferes with the gitlab ci builds.

This commit is contained in:
nighthawk469 2021-04-22 23:43:30 +00:00
parent 138d3b65a3
commit 511d3344fe

View file

@ -17,7 +17,6 @@ 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 \