Fix parameters for mingw build

(cherry picked from commit a864b4e5d420893b603d590867720f21d7b21f5a)
This commit is contained in:
Miodrag Milanovic 2023-01-05 19:18:39 +01:00 committed by hap
parent 7ed80166c9
commit 6dc6c1255a

View File

@ -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",