Updated astc-encoder.

This commit is contained in:
Бранимир Караџић
2022-11-10 17:27:01 -08:00
parent 225dad7441
commit 8c3aabc3c1
13 changed files with 496 additions and 512 deletions

View File

@@ -25,6 +25,12 @@ project "bimg"
using_bx()
configuration {}
removeflags {
"FloatFast", -- astc-encoder doesn't work with it.
}
configuration { "linux-*" }
buildoptions {
"-fPIC",

View File

@@ -6,10 +6,6 @@
project "bimg_encode"
kind "StaticLib"
removeflags {
"FloatFast", -- astc-encoder doesn't work with it.
}
includedirs {
path.join(BIMG_DIR, "include"),
path.join(BIMG_DIR, "3rdparty"),
@@ -42,6 +38,12 @@ project "bimg_encode"
using_bx()
configuration {}
removeflags {
"FloatFast", -- astc-encoder doesn't work with it.
}
configuration { "linux-*" }
buildoptions {
"-fPIC",