diff options
author | 2019-10-13 19:56:15 +0100 | |
---|---|---|
committer | 2019-10-13 19:56:41 +0100 | |
commit | cd6b9ac9beb76e640f39227555ad6907a36d38f9 (patch) | |
tree | 36d50b2eeedd4b5245f0051ab7ca2e8b3581a16a /scripts/genie.lua | |
parent | c910371408ad84b0812869a4dd2fd0e1b09f7934 (diff) |
fix for clang 9.0.0 on windows (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 94ddbffe257..827d27709c0 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -910,6 +910,7 @@ end configuration { "mingw-clang" } buildoptions { "-Xclang -flto-visibility-public-std", -- workround for __imp___ link errors + "-Wno-nonportable-include-path", -- workround for clang 9.0.0 case sensitivity bug when including GL/glext.h } configuration { } |