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 ca536a8cf1
commit c0645c8b90
+1 -1
View File
@@ -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"