File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
utils/src/gen_language_list Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exit /b 1
2121:SetupEnv
2222echo Found Visual Studio environment setup batch file:
2323echo ^ > ^ > %VSDEVCMD%
24- call " %VSDEVCMD% " -arch=arm64 -host_arch=amd64 > NUL
24+ call " %VSDEVCMD% " -arch=amd64 -host_arch=amd64 > NUL
2525
2626where MSBuild.exe > NUL 2 >& 1
2727if %ERRORLEVEL% == 0 goto :Build
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ workspace "utility"
33 architecture " x86_64"
44 preferredtoolarchitecture " x86_64"
55 staticruntime " on"
6- cppdialect " C++20 "
6+ cppdialect " C++23 "
77 characterset " Unicode"
88 flags " MultiProcessorCompile"
99 warnings " Off"
Original file line number Diff line number Diff line change 11project " glob"
22 language " C++"
3- cppdialect " C++17"
43 kind " StaticLib"
54 targetname " glob"
65
Original file line number Diff line number Diff line change 11project " lunasvg"
22 language " C++"
3- cppdialect " C++17"
43 kind " StaticLib"
54 targetname " lunasvg"
65 targetdir (buildpath (" mta" ))
You can’t perform that action at this time.
0 commit comments