mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
macOS: target 10.15 for deployment due to std::filesystem
This commit is contained in:
parent
64be0ce080
commit
0e9aa3d49e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user