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
No known key found for this signature in database
GPG key ID: C3336907360768E1
11 changed files with 41 additions and 30 deletions

View file

@ -155,7 +155,7 @@
// If BASISD_SUPPORT_KTX2_ZSTD is 0, UASTC files compressed with Zstd cannot be loaded.
#if BASISD_SUPPORT_KTX2_ZSTD
// We only use two Zstd API's: ZSTD_decompress() and ZSTD_isError()
#include "../zstd/zstd.h"
#include <zstd.h>
#endif
#endif