mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +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*" }
|
||||
defines {
|
||||
"ASTCENC_AVX=0",
|
||||
"ASTCENC_SSE=2",
|
||||
"ASTCENC_SSE=20",
|
||||
}
|
||||
configuration { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user