diff options
| author | 2015-03-29 14:29:06 +0200 | |
|---|---|---|
| committer | 2015-03-29 14:29:06 +0200 | |
| commit | 72d5222016197dbf1f43aa18da5182ceeb8b97af (patch) | |
| tree | 00354ef96fa9a83bfee2ee0650751be0cfd45b3b /scripts/src/3rdparty.lua | |
| parent | 93025d33c19f96307ab5d29c7f81655a6ccd1a5d (diff) | |
made bgfx compile on more platforms (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
| -rw-r--r-- | scripts/src/3rdparty.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 1bb36a5d29e..38c5a783d80 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -469,6 +469,11 @@ project "bgfx" MAME_DIR .. "3rdparty/bx/include/compat/osx", } + configuration { "gmake" } + buildoptions { + "-Wno-uninitialized", + } + configuration { } defines { |
