diff --git a/nimble/binaries.tup b/nimble/binaries.tup index 6370ef41f..6373b589e 100644 --- a/nimble/binaries.tup +++ b/nimble/binaries.tup @@ -1,7 +1,7 @@ # Drop the relase flag with the line "NIM_RELEASE_FLAG=" NIM_RELEASE_FLAG = -d:release -!nim_build = |> ^o Nimble %B^ nimble cpp $(NIM_RELEASE_FLAG) --os:genode -d:posix -o:%B %f |> %B | %B.json +!nim_build = |> ^o Nimble %B^ nimble cpp $(NIM_RELEASE_FLAG) --os:genode -d:posix -o:%B %f |> %B ./ : foreach src/*.nim |> !nim_build |> {output} : foreach {output} |> !strip_to_depot |> {binary} diff --git a/nimble/package.tup b/nimble/package.tup index cfd4efb08..d5ad4d188 100644 --- a/nimble/package.tup +++ b/nimble/package.tup @@ -1,7 +1,7 @@ include_rules -: archives |> !archives_to_depot |> {package} -: runtime |> !runtime_to_depot |> {package} +: archives | ./ |> !archives_to_depot |> {package} +: runtime | ./ |> !runtime_to_depot |> {package} ifdef DEPOT_KEY : {package} |> !depot_pkg_tarball |> {tarball}