mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
fix .fap's debug
This commit is contained in:
parent
0abd54ccc8
commit
384397c282
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def BuildAppElf(env, app):
|
|||
)
|
||||
|
||||
app_elf_raw = app_env.Program(
|
||||
os.path.join(app_work_dir, f"{app.appid}_d"),
|
||||
os.path.join(ext_apps_work_dir, f"{app.appid}_d"),
|
||||
app_sources,
|
||||
APP_ENTRY=app.entry_point,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue