From cac2f917580777bda24690e97c9eecd67698e351 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sat, 12 Apr 2025 09:02:45 +0900 Subject: [PATCH] fixing --- premake5.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/premake5.lua b/premake5.lua index e671548..8a2adde 100644 --- a/premake5.lua +++ b/premake5.lua @@ -42,6 +42,7 @@ function msvc_filters() }) linkoptions({"/MANIFEST"}) runtime(rt) + characterset("MBCS") staticruntime("Off") filter({ "options:cc=msc", @@ -49,6 +50,7 @@ function msvc_filters() "configurations:" .. rt }) runtime(rt) + characterset("MBCS") staticruntime("On") end end