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:
Ralph Sennhauser 2026-06-06 07:55:40 +02:00
parent 9f0fa0bc91
commit 65308a2749
No known key found for this signature in database

View file

@ -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"