bump a few submodules (#2529)

This commit is contained in:
Ștefan Talpalaru 2021-05-05 08:55:39 +02:00 committed by GitHub
parent 427c0f307c
commit 2018a55c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 7 deletions

View File

@ -25,15 +25,13 @@ make clean
if [[ "${PLATFORM}" == "Windows_amd64" ]]; then
# Cross-compilation using the MXE distribution of Mingw-w64
export PATH="/usr/lib/mxe/usr/bin:${PATH}"
CC=x86_64-w64-mingw32.static-gcc
CXX=x86_64-w64-mingw32.static-g++
make \
-j$(nproc) \
USE_LIBBACKTRACE=0 \
QUICK_AND_DIRTY_COMPILER=1 \
deps-common build/generate_makefile
# This can be reduced to `make CC=... ...` when it becomes possible to
# replace `CC=gcc` with `CC=$(CC)` in "vendor/nimbus-build-system/makefiles/targets.mk".
CC=x86_64-w64-mingw32.static-gcc
CXX=x86_64-w64-mingw32.static-g++
make \
-j$(nproc) \
-C vendor/nim-nat-traversal/vendor/miniupnp/miniupnpc \

@ -1 +1 @@
Subproject commit 40be35148e87747666c3afd78fa678079406eac7
Subproject commit ce966b1c469dda179b54346feaaf1a62202c984f

@ -1 +1 @@
Subproject commit c847fc3ec77fd2c41c8897b7722580d403f35cfb
Subproject commit b9b61cfe4a4b238de7175287b7481c35a798a582

@ -1 +1 @@
Subproject commit 2b097ec86aead0119c5e6bfff8502c3948a1ceaf
Subproject commit d74428a6ee9fb5fa1b5bcc9ac11bbf55e9401cb1