summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/toolchain.lua
diff options
context:
space:
mode:
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",
}