remove "nat-libs" from "deps-common"

This commit is contained in:
Ștefan Talpalaru 2020-06-22 16:29:20 +02:00
parent 077cba3487
commit 0abe6535b5
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 5 additions and 1 deletions

View File

@ -227,6 +227,10 @@ List all Git submodules, including the nested ones.
Windows-specific target. Downloads and unpacks in the "build" dir some DLLs we may not want to build ourselves (PCRE, RocksDB, libcurl, pdcurses, SQLite3, OpenSSL, zlib, etc.).
### nat-libs
Build "libminiupnpc.a" and "libnatpmp.a" from [nim-nat-traversal](https://github.com/status-im/nim-nat-traversal)'s submodules - not included in this repo.
## Scripts
### add_submodule.sh

View File

@ -21,7 +21,7 @@ sanity-checks:
#- runs only the first time and after `make update`, so have "normal"
# (timestamp-checked) prerequisites here
deps-common: sanity-checks $(NIMBLE_DIR) nat-libs
deps-common: sanity-checks $(NIMBLE_DIR)
# - don't build our Nim target if it's not going to be used
ifeq ($(USE_SYSTEM_NIM), 0)
deps-common: $(NIM_BINARY)