From a62e3a7b35c46c4177625a20c392605a08fca536 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 1 Jul 2020 18:50:41 +0200 Subject: [PATCH] What happens when I remove the sysroot line? --- CI/before_script.osx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/before_script.osx.sh b/CI/before_script.osx.sh index c71dc3d6f..8bcfe99ce 100755 --- a/CI/before_script.osx.sh +++ b/CI/before_script.osx.sh @@ -15,7 +15,6 @@ cmake \ -D CMAKE_CXX_COMPILER_LAUNCHER="$CCACHE_EXECUTABLE" \ -D CMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" \ -D CMAKE_OSX_DEPLOYMENT_TARGET="10.9" \ --D CMAKE_OSX_SYSROOT="macosx10.15" \ -D CMAKE_BUILD_TYPE=Release \ -D OPENMW_OSX_DEPLOYMENT=TRUE \ -D BUILD_ESMTOOL=FALSE \