mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
macOS build: enable C++17 instead of C++14
This commit is contained in:
parent
e43d58994b
commit
8ec4021610
@ -9,7 +9,7 @@ export CPP="clang -E"
|
||||
export CXX="clang++"
|
||||
export CXXCPP="clang++ -E"
|
||||
export CFLAGS=""
|
||||
export CXXFLAGS="-std=c++14"
|
||||
export CXXFLAGS="-std=c++17"
|
||||
export QT_CXXFLAGS="-stdlib=libc++"
|
||||
export MACOSX_DEPLOYMENT_TARGET="10.9"
|
||||
export DRAKETHREADS=${DRAKETHREADS:-4}
|
||||
|
Loading…
Reference in New Issue
Block a user