build: update

This commit is contained in:
2023-12-08 17:26:54 +01:00
parent 44f79af47c
commit 3a137e6d48
2 changed files with 6 additions and 13 deletions

View File

@@ -24,14 +24,6 @@ filter "platforms:arm64"
architecture "ARM64"
filter {}
filter {"language:C++", "toolset:not msc*"}
buildoptions "-std=c++20"
filter {}
filter "toolset:msc*"
buildoptions "/std:c++20"
filter {}
filter {"system:windows"}
systemversion "latest"
filter {}
@@ -72,6 +64,7 @@ filter {}
project "iw4-validator"
kind "ConsoleApp"
language "C++"
cppdialect "C++20"
targetname "iw4-validator"