remove "nat-libs" from "deps-common"
This commit is contained in:
parent
077cba3487
commit
0abe6535b5
|
@ -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.).
|
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
|
## Scripts
|
||||||
|
|
||||||
### add_submodule.sh
|
### add_submodule.sh
|
||||||
|
|
|
@ -21,7 +21,7 @@ sanity-checks:
|
||||||
|
|
||||||
#- runs only the first time and after `make update`, so have "normal"
|
#- runs only the first time and after `make update`, so have "normal"
|
||||||
# (timestamp-checked) prerequisites here
|
# (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
|
# - don't build our Nim target if it's not going to be used
|
||||||
ifeq ($(USE_SYSTEM_NIM), 0)
|
ifeq ($(USE_SYSTEM_NIM), 0)
|
||||||
deps-common: $(NIM_BINARY)
|
deps-common: $(NIM_BINARY)
|
||||||
|
|
Loading…
Reference in New Issue