diff options
author | 2016-03-14 19:31:41 +1100 | |
---|---|---|
committer | 2016-03-14 19:32:17 +1100 | |
commit | fc87913612c0f37edcfc3af7295ed6194f59d0bc (patch) | |
tree | 9842780db399c00eabae34b508a258588ccc9e10 /scripts/genie.lua | |
parent | 34d7850c1e507aab5a7dbc4cb410433fa68403e3 (diff) |
Fix SDL Windows build
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 12ef7bdf58d..3b441df21c4 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -816,7 +816,7 @@ configuration { "mingw-clang" } } configuration { } - -- add the error warning flag +-- add the error warning flag if _OPTIONS["NOWERROR"]==nil then buildoptions { "-Werror", |