mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07: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:
parent
ca536a8cf1
commit
c0645c8b90
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue