summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2019-10-13 19:56:15 +0100
committer smf- <smf-@users.noreply.github.com>2019-10-13 19:56:41 +0100
commitcd6b9ac9beb76e640f39227555ad6907a36d38f9 (patch)
tree36d50b2eeedd4b5245f0051ab7ca2e8b3581a16a /scripts/src
parentc910371408ad84b0812869a4dd2fd0e1b09f7934 (diff)
fix for clang 9.0.0 on windows (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/3rdparty.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index 196c5c5688d..c80075bf9f1 100644
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -1206,7 +1206,7 @@ project "bimg"
configuration { }
- if _OPTIONS["targetos"]=="macosx" or _OPTIONS["targetos"]=="linux" then
+ if _OPTIONS["targetos"]=="macosx" or _OPTIONS["targetos"]=="linux" or _OPTIONS["targetos"]=="windows" then
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
buildoptions_cpp {
"-Wno-unused-const-variable",