mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
Fix parameters for mingw build
(cherry picked from commit a864b4e5d420893b603d590867720f21d7b21f5a)
This commit is contained in:
parent
7ed80166c9
commit
6dc6c1255a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user