Fix includes of thirdparty libs which can be unbundled on Linux
Changes `builtin_icu` and `builtin_recast` to match the folder names in `thirdparty`.
This commit is contained in:
parent
953383328a
commit
e2fc0acd36
11 changed files with 41 additions and 30 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#endif
|
||||
|
||||
#if BASISD_SUPPORT_KTX2_ZSTD
|
||||
#include "../zstd/zstd.h"
|
||||
#include <zstd.h>
|
||||
#endif
|
||||
|
||||
// Set to 1 to disable the mipPadding alignment workaround (which only seems to be needed when no key-values are written at all)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue