mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 16:27:26 +00:00
Fix value of nativewchar in premake5.lua
Available option values or "On" and "Off". Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -320,7 +320,7 @@ function project_set_build_flags()
|
||||
usestandardpreprocessor "On"
|
||||
|
||||
-- use native wchar_t type (not typedef to unsigned short)
|
||||
nativewchar "on"
|
||||
nativewchar "On"
|
||||
|
||||
-- enable most of the standard warnings
|
||||
warnings "Extra"
|
||||
|
||||
Reference in New Issue
Block a user