summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsi29a <psi29a@gmail.com>2022-01-03 10:25:05 +0000
committerBret Curtis <bret.curtis@gmail.com>2022-01-03 13:25:30 +0100
commita910afeb6144cdf84a6918fd8e12443db7ca2792 (patch)
tree4e77c0d8c488388787c52679c32df837b15cb413
parentf91bd8d9eb053e00d2856f31746e69e77ef0a9d8 (diff)
Update CI/before_script.osx.shcpp17_on_mac
-rwxr-xr-xCI/before_script.osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/CI/before_script.osx.sh b/CI/before_script.osx.sh
index 6d0fe8c99e..8b2c9c6f01 100755
--- a/CI/before_script.osx.sh
+++ b/CI/before_script.osx.sh
@@ -16,7 +16,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.14" \
+-D CMAKE_OSX_DEPLOYMENT_TARGET="10.15" \
-D CMAKE_BUILD_TYPE=RELEASE \
-D OPENMW_OSX_DEPLOYMENT=TRUE \
-D OPENMW_USE_SYSTEM_SQLITE3=OFF \