diff options
author | 2023-02-19 04:37:35 +1100 | |
---|---|---|
committer | 2023-02-19 04:37:35 +1100 | |
commit | 46c0de4f556ef14d808322241907b45b0d072e71 (patch) | |
tree | 7e0bd035db3a121499e4405dab60b75d16b6ebd4 /scripts/src/3rdparty.lua | |
parent | cca40d6ea19d32546fb3766be0559e5ecd976fe3 (diff) |
3rdparty/bimg: Try to keep all the builds working.
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 6a34a9e2fba..53e4045b446 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1257,7 +1257,7 @@ project "bimg" } configuration { } - configuration { "x86", "mingw*" } + configuration { "x32", "mingw*" } defines { "ASTCENC_AVX=0", "ASTCENC_SSE=0", |