sculpt: add missing ROM route to dialog.lib.so

This is a follow-up fix for "gems: ABI and depot recipe for dialog API".

Issue #5409
This commit is contained in:
Norman Feske 2025-02-06 17:11:12 +01:00 committed by Christian Helmuth
parent 7a158e1e40
commit fed21976ec

View File

@ -158,6 +158,7 @@ struct Sculpt::File_browser_state : Noncopyable
gen_parent_rom_route(xml, "ld.lib.so");
gen_parent_rom_route(xml, "vfs.lib.so");
gen_parent_rom_route(xml, "sandbox.lib.so");
gen_parent_rom_route(xml, "dialog.lib.so");
gen_parent_rom_route(xml, "menu_view");
gen_parent_rom_route(xml, "libc.lib.so");
gen_parent_rom_route(xml, "libm.lib.so");