mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
os/run/test.run: build libs listed in <content>
This commit is contained in:
@@ -228,8 +228,8 @@ foreach rom [content_rom_modules] {
|
||||
}
|
||||
|
||||
# handle vfs plugin shared-object targets
|
||||
if {[regexp "^vfs_(.+).lib.so$" $rom dummy plugin]} {
|
||||
lappend build_targets lib/vfs_$plugin
|
||||
if {[regexp "^(.+).lib.so$" $rom dummy plugin]} {
|
||||
lappend build_targets lib/$plugin
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user