mirror of
https://github.com/halpz/re3.git
synced 2025-07-19 20:58:10 +00:00
no static runtime for external librw
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user