fix .fap's debug

This commit is contained in:
MX
2022-10-10 16:43:48 +03:00
parent 0abd54ccc8
commit 384397c282
+1 -1
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,
)