diff options
author | 2021-12-29 12:06:22 +1100 | |
---|---|---|
committer | 2021-12-29 12:06:22 +1100 | |
commit | cb181beb62496e644018e072987a1169ea35d4b4 (patch) | |
tree | ff9acfa9bc9a2feb3c72ad409efce099266344ba /docs/release/scripts/src/3rdparty.lua | |
parent | db478134d9918219eb1b53c29ddc6a6cb7c8bc9b (diff) |
0.239 filestag239
Diffstat (limited to 'docs/release/scripts/src/3rdparty.lua')
-rw-r--r-- | docs/release/scripts/src/3rdparty.lua | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/release/scripts/src/3rdparty.lua b/docs/release/scripts/src/3rdparty.lua index 267b19d44df..899a78eba2f 100644 --- a/docs/release/scripts/src/3rdparty.lua +++ b/docs/release/scripts/src/3rdparty.lua @@ -1186,6 +1186,11 @@ project "bimg" MAME_DIR .. "3rdparty/bx/include/compat/freebsd", } + configuration { "gmake" } + buildoptions { + "-Wno-unused-but-set-variable", + } + configuration { } if _OPTIONS["targetos"]=="macosx" or _OPTIONS["targetos"]=="linux" or _OPTIONS["targetos"]=="windows" or _OPTIONS["targetos"]=="asmjs" then @@ -1196,11 +1201,6 @@ project "bimg" end end - configuration { "gmake" } - buildoptions { - "-Wno-unused-but-set-variable", - } - defines { "__STDC_LIMIT_MACROS", "__STDC_FORMAT_MACROS", @@ -2215,6 +2215,11 @@ project "asmjit" uuid "4539757c-6e99-4bae-b3d0-b342a7c49539" kind "StaticLib" + configuration { "gmake" } + buildoptions { + "-Wno-unused-but-set-variable", + } + configuration { } if _OPTIONS["targetos"]=="macosx" and _OPTIONS["gcc"]~=nil then @@ -2225,11 +2230,6 @@ project "asmjit" end end - configuration { "gmake" } - buildoptions { - "-Wno-unused-but-set-variable", - } - files { MAME_DIR .. "3rdparty/asmjit/src/asmjit/asmjit.h", MAME_DIR .. "3rdparty/asmjit/src/asmjit/core.h", |