This commit is contained in:
NishiOwO 2025-04-12 09:02:45 +09:00
parent 52f79c0c72
commit cac2f91758
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -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