fix .fap's debug

This commit is contained in:
MX 2022-10-10 16:43:48 +03:00
parent 0abd54ccc8
commit 384397c282
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

View file

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