Tup: build vfs_import

This commit is contained in:
Ehmry - 2019-11-10 13:41:49 +01:00
parent c2a543ed20
commit 0b427b65aa
3 changed files with 10 additions and 1 deletions

5
repos/gems/Tupfile Normal file
View File

@ -0,0 +1,5 @@
ifdef NIX_OUTPUTS_DEV
include_rules
SED_FLAGS += -e "s|@includedir@|@(NIX_OUTPUTS_DEV)/include/os|"
: *.pc.in |> !sed_pkgconfig_file |>
endif

View File

@ -1,2 +1 @@
REP_DIR = $(TUP_CWD)
LIBS += genode-gems

View File

@ -0,0 +1,5 @@
include_rules
: foreach *.cc |> !cxx |> %B.o {obj}
: {obj} |> !lib |> vfs_import.lib.so {lib}
: foreach {lib} |> !collect_shared |>