Try fix VS Windows build.

This commit is contained in:
Martín Lucas Golini
2023-02-15 02:47:32 -03:00
parent d73f857c65
commit 004fda780c
2 changed files with 2 additions and 0 deletions

View File

@@ -898,6 +898,7 @@ function build_eepp( build_name )
buildoptions{ "-std=c++17" }
else
buildoptions{ "/std:c++17" }
buildoptions{ "/bigobj" }
end
if os.is_real("mingw32") or os.is_real("mingw64") or os.is_real("windows") then