Nimble doesn't produce JSON anymore

This commit is contained in:
Ehmry - 2019-02-28 14:13:56 +01:00
parent 82c25ea077
commit 0c3e10eebd
2 changed files with 3 additions and 3 deletions

View File

@ -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 ./<binaries>
: foreach src/*.nim |> !nim_build |> {output}
: foreach {output} |> !strip_to_depot |> {binary}

View File

@ -1,7 +1,7 @@
include_rules
: archives |> !archives_to_depot |> {package}
: runtime |> !runtime_to_depot |> {package}
: archives | ./<binaries> |> !archives_to_depot |> {package}
: runtime | ./<binaries> |> !runtime_to_depot |> {package}
ifdef DEPOT_KEY
: {package} |> !depot_pkg_tarball |> {tarball}