diff options
author | 2016-01-04 16:33:23 +0100 | |
---|---|---|
committer | 2016-01-04 16:33:23 +0100 | |
commit | 3f4fe77c75571ff17436909c3e579da27b646368 (patch) | |
tree | 82f0ad692b3988c0a38a82bc84d4bfae3b9f8553 /scripts/genie.lua | |
parent | 57d91cae00290f0a59c89b56aabdfb1eb50bc1f3 (diff) |
cleaner solution for linking (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index cccd66266fd..377116aae47 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1060,14 +1060,17 @@ configuration { "mingw*" } "-static", } links { - "stdc++", "user32", "winmm", "advapi32", "shlwapi", "wsock32", - "pthread", } +configuration { "mingw-clang" } + linkoptions { + "-pthread", + } + configuration { "vs*" } defines { |