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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue