We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c1947 commit e4bea3bCopy full SHA for e4bea3b
utils/src/gen_language_list/premake5.lua
@@ -3,7 +3,7 @@ workspace "utility"
3
architecture "x86_64"
4
preferredtoolarchitecture "x86_64"
5
staticruntime "on"
6
- cppdialect "C++20"
+ cppdialect "C++23"
7
characterset "Unicode"
8
flags "MultiProcessorCompile"
9
warnings "Off"
vendor/glob/premake5.lua
@@ -1,6 +1,5 @@
1
project "glob"
2
language "C++"
- cppdialect "C++17"
kind "StaticLib"
targetname "glob"
vendor/lunasvg/premake5.lua
project "lunasvg"
targetname "lunasvg"
targetdir(buildpath("mta"))
0 commit comments