no static runtime for external librw

This commit is contained in:
aap 2020-11-18 13:46:58 +01:00
parent 91f9c7938e
commit cf3308c66e
1 changed files with 4 additions and 1 deletions

View File

@ -310,7 +310,10 @@ project "re3"
linkoptions "/SAFESEH:NO"
characterset ("MBCS")
targetextension ".exe"
staticruntime "on"
if(_OPTIONS["with-librw"]) then
-- external librw is dynamic
staticruntime "on"
end
filter "platforms:win*glfw*"
staticruntime "off"