diff options
author | 2019-10-02 17:10:23 +0100 | |
---|---|---|
committer | 2019-10-02 17:10:51 +0100 | |
commit | 3187306416775381ae8d2cf2e2a320c90e25808b (patch) | |
tree | 7c5b31ed64eeaf1727d1f1373fdbac882a77b8a8 | |
parent | 878e2b78ef14d76d46a0cf84e95f6bce8529beb5 (diff) |
mingw-clang now links again (nw)
-rw-r--r-- | scripts/toolchain.lua | 3 |
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", } |