Fix compile error on mingw due to invalid setting for ASTCENC_SSE (#10824)

This commit is contained in:
Justin Kerk 2023-01-11 05:47:53 +00:00 committed by GitHub
parent 8a867fde1f
commit 6e417d79f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1252,7 +1252,7 @@ project "bimg"
configuration { "mingw*" }
defines {
"ASTCENC_AVX=0",
"ASTCENC_SSE=2",
"ASTCENC_SSE=20",
}
configuration { }