macOS: target 10.15 for deployment due to std::filesystem

This commit is contained in:
Moritz Bunkus 2021-02-20 00:18:33 +01:00
parent 64be0ce080
commit 0e9aa3d49e
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -11,7 +11,7 @@ export CXXCPP="clang++ -E"
export CFLAGS=""
export CXXFLAGS="-std=c++17"
export QT_CXXFLAGS="-stdlib=libc++"
export MACOSX_DEPLOYMENT_TARGET="10.14"
export MACOSX_DEPLOYMENT_TARGET="10.15"
export DRAKETHREADS=${DRAKETHREADS:-4}
export MAKEFLAGS="-j ${DRAKETHREADS}"
export SHARED_QT=1