mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
Fix compile error on mingw due to invalid setting for ASTCENC_SSE (#10824)
This commit is contained in:
parent
8a867fde1f
commit
6e417d79f1
@ -1252,7 +1252,7 @@ project "bimg"
|
|||||||
configuration { "mingw*" }
|
configuration { "mingw*" }
|
||||||
defines {
|
defines {
|
||||||
"ASTCENC_AVX=0",
|
"ASTCENC_AVX=0",
|
||||||
"ASTCENC_SSE=2",
|
"ASTCENC_SSE=20",
|
||||||
}
|
}
|
||||||
configuration { }
|
configuration { }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user