mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -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
9f0fa0bc91
commit
65308a2749
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,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