Makefile: move "nat-libs" to "deps"

This commit is contained in:
Ștefan Talpalaru 2020-06-22 16:30:14 +02:00
parent 7211a99086
commit c06682f588
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ else
NIM_PARAMS := $(NIM_PARAMS) -d:release
endif
deps: | deps-common beacon_chain.nims
deps: | deps-common nat-libs beacon_chain.nims
ifneq ($(USE_LIBBACKTRACE), 0)
deps: | libbacktrace
endif

@ -1 +1 @@
Subproject commit ae49e03af6f36393eb7e0fc02c1c47df42efd2de
Subproject commit 767c8e0fb433da5276c4ac3e61b3360e003536a7