mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-07-05 10:41:48 +00:00
maint: downgrade to c++14 to expand portability
This commit is contained in:
@ -57,11 +57,11 @@ filter "platforms:arm64"
|
||||
filter {}
|
||||
|
||||
filter {"language:C++", "toolset:not msc*"}
|
||||
buildoptions "-std=c++17"
|
||||
buildoptions "-std=c++14"
|
||||
filter {}
|
||||
|
||||
filter "toolset:msc*"
|
||||
buildoptions "/std:c++17"
|
||||
buildoptions "/std:c++14"
|
||||
filter {}
|
||||
|
||||
filter {"system:windows"}
|
||||
|
Reference in New Issue
Block a user