mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 02:29:01 +00:00
no static runtime for external librw
This commit is contained in:
parent
91f9c7938e
commit
cf3308c66e
1 changed files with 4 additions and 1 deletions
|
@ -310,7 +310,10 @@ project "re3"
|
|||
linkoptions "/SAFESEH:NO"
|
||||
characterset ("MBCS")
|
||||
targetextension ".exe"
|
||||
if(_OPTIONS["with-librw"]) then
|
||||
-- external librw is dynamic
|
||||
staticruntime "on"
|
||||
end
|
||||
|
||||
filter "platforms:win*glfw*"
|
||||
staticruntime "off"
|
||||
|
|
Loading…
Reference in a new issue