diff options
author | 2023-01-05 19:18:39 +0100 | |
---|---|---|
committer | 2023-01-05 21:31:35 +0100 | |
commit | 6dc6c1255ad6c0dfa119fe4acbcc9b4ea6d661e5 (patch) | |
tree | 59c1ea24b801e580f6ad32e6153b53ae54261e41 /scripts/src | |
parent | 7ed80166c9e9ceec869f87f5ccb4801ba2e127b6 (diff) |
Fix parameters for mingw build
(cherry picked from commit a864b4e5d420893b603d590867720f21d7b21f5a)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index b2322b7c655..491450f60a3 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1248,6 +1248,13 @@ project "bimg" "BX_CONFIG_DEBUG=0", } + configuration { "mingw*" } + defines { + "ASTCENC_AVX=0", + "ASTCENC_SSE=2", + } + configuration { } + includedirs { MAME_DIR .. "3rdparty/bimg/include", MAME_DIR .. "3rdparty/bimg/3rdparty/astc-encoder/include", |