mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Updated astc-encoder.
This commit is contained in:
@@ -25,6 +25,12 @@ project "bimg"
|
||||
|
||||
using_bx()
|
||||
|
||||
configuration {}
|
||||
|
||||
removeflags {
|
||||
"FloatFast", -- astc-encoder doesn't work with it.
|
||||
}
|
||||
|
||||
configuration { "linux-*" }
|
||||
buildoptions {
|
||||
"-fPIC",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user