summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2023-01-11 05:47:53 +0000
committer GitHub <noreply@github.com>2023-01-11 05:47:53 +0000
commit6e417d79f149170bc54749df4f08f8ee6efe17e6 (patch)
tree5c1d055be9a169cf0a9e851a6a2beed28969278c /scripts/src/3rdparty.lua
parent8a867fde1f9d9d1b9d3555afe540769af1a7026b (diff)
Fix compile error on mingw due to invalid setting for ASTCENC_SSE (#10824)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r--scripts/src/3rdparty.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index abad8719c38..c596e4342bf 100644
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -1252,7 +1252,7 @@ project "bimg"
configuration { "mingw*" }
defines {
"ASTCENC_AVX=0",
- "ASTCENC_SSE=2",
+ "ASTCENC_SSE=20",
}
configuration { }