mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Try fix VS Windows build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user