From 65308a27495672bd9f25b306eab81f5f675bb7bc Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Sat, 6 Jun 2026 07:55:40 +0200 Subject: [PATCH] Fix value of nativewchar in premake5.lua Available option values or "On" and "Off". Signed-off-by: Ralph Sennhauser --- build/premake/premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/premake/premake5.lua b/build/premake/premake5.lua index dd152e1a40..04bd5a8b83 100644 --- a/build/premake/premake5.lua +++ b/build/premake/premake5.lua @@ -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"