Update build metadata

This commit is contained in:
Emery Hemingway 2023-04-12 15:09:11 -05:00
parent cf05845f15
commit 90247e19ce
3 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
include ../preserves-nim/depends.tup
include ../taps/depends.tup
NIM_FLAGS += --path:$(TUP_CWD)/../nim
NIM_FLAGS += --path:$(TUP_CWD)/../preserves-nim/src
NIM_FLAGS += --path:$(TUP_CWD)/../taps/src
NIM_FLAGS += --path:%<nimsha2>
NIM_GROUPS += $(TUP_CWD)/../nimble/<nimsha2>
NIM_GROUPS += $(TUP_CWD)/<protocol>

2
src/Tupfile Normal file
View File

@ -0,0 +1,2 @@
include_rules
: foreach *.nim |> !nim_check |>

View File

@ -1,2 +1,3 @@
include_rules
NIM_FLAGS += --path:$(TUP_CWD)/..
: foreach *.nim |> !nim_check |>