diff options
author | 2017-04-23 12:27:42 +1000 | |
---|---|---|
committer | 2017-04-23 12:27:42 +1000 | |
commit | dac6dc4f626a70c065b86bbfd97a068b5c6965e6 (patch) | |
tree | 2e28cfb3cea5fb77fa0a4ea63464d7927c01d02a /scripts/src/3rdparty.lua | |
parent | f5da128a9432c9956a0f4988445155cf19c427c0 (diff) |
srcclean (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 071a90cd86f..1e56f4b9bdb 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -771,15 +771,15 @@ project "bx" configuration { } - local version = str_to_version(_OPTIONS["gcc_version"]) + local version = str_to_version(_OPTIONS["gcc_version"]) if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "gcc") then if version < 60000 then buildoptions { "-Wno-strict-overflow", } end - end - + end + includedirs { MAME_DIR .. "3rdparty/bx/include", } |