From c0645c8b9025f38519596ae3e42fde2dbab1c0e2 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 386a27f1b8..ce78240a44 100644 --- a/build/premake/premake5.lua +++ b/build/premake/premake5.lua @@ -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"