From 524c8f35979cb3b1c015884f95449c64898aae1f Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 28 Feb 2019 14:13:56 +0100 Subject: [PATCH] Nimble doesn't produce JSON anymore --- nimble/binaries.tup | 2 +- nimble/package.tup | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nimble/binaries.tup b/nimble/binaries.tup index 6370ef4..6373b58 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 cfd4efb..d5ad4d1 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}