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:
Rémi Verschelde
2023-02-16 12:15:16 +01:00
parent 953383328a
commit e2fc0acd36
11 changed files with 41 additions and 30 deletions

View File

@ -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)