[*] Update this one static runtime path

This commit is contained in:
Reece Wilson 2023-08-24 12:11:05 +01:00
parent 326b95c638
commit 6761e980ae

View File

@ -116,7 +116,12 @@ local function configureProjectForPlatform(platform, projectType)
if (platform == "win32") then
characterset(Aurora.Settings.sMsvcDefCharset)
staticruntime("Off")
if (Aurora.Settings.bStaticRuntime) then
staticruntime("On")
else
staticruntime("Off")
end
if (Aurora.Settings.bHotswap) then
justmycode("On")