summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/toolchain.lua
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2019-10-02 17:10:23 +0100
committer smf- <smf-@users.noreply.github.com>2019-10-02 17:10:51 +0100
commit3187306416775381ae8d2cf2e2a320c90e25808b (patch)
tree7c5b31ed64eeaf1727d1f1373fdbac882a77b8a8 /scripts/toolchain.lua
parent878e2b78ef14d76d46a0cf84e95f6bce8529beb5 (diff)
mingw-clang now links again (nw)
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r--scripts/toolchain.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua
index 14ab17b4d8f..79e3f84e17f 100644
--- a/scripts/toolchain.lua
+++ b/scripts/toolchain.lua
@@ -700,6 +700,9 @@ function toolchain(_buildDir, _subDir)
targetdir (_buildDir .. "ci20/bin/Debug")
configuration { "mingw-clang" }
+ buildoptions {
+ "-femulated-tls",
+ }
linkoptions {
"-Wl,--allow-multiple-definition",
}