aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-11-22 00:12:31 +0100
committerGitHub <noreply@github.com>2020-11-22 00:12:31 +0100
commitb9b7d5ac2110227327d950625e79aa400eaf3e47 (patch)
tree00b457d72d5abda01475944b8f5f9994c357360c /premake5.lua
parentfe40f65703052e4fb4f54fd8a2eec08b26e4313a (diff)
parent07fe099b4e1fd877176f2b2947841ee82aa91ed0 (diff)
Merge pull request #825 from aap/miami
neo screen droplets
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index bdd8d8ff..10ab7b71 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -312,7 +312,10 @@ project "reVC"
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"