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

@ -10,7 +10,7 @@ env_navigation = env_modules.Clone()
thirdparty_obj = []
# Recast Thirdparty source files
if env["builtin_recast"]:
if env["builtin_recastnavigation"]:
thirdparty_dir = "#thirdparty/recastnavigation/Recast/"
thirdparty_sources = [
"Source/Recast.cpp",