diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-01-04 09:52:01 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-01-04 09:52:01 +0100 |
commit | 842c5d3611195c0a24fbaf0cb7463b37f13b4f94 (patch) | |
tree | c41b594ffc50dc3d5330ecde92887b9cbc1990e9 | |
parent | f012a3be23bc9e3e9f940ffca7ad61791a12a858 (diff) |
submodule update: lnslbrty/mingw-w64-build-ng
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | Makefile.deps | 2 | ||||
m--------- | mingw-w64-build | 28 |
2 files changed, 15 insertions, 15 deletions
diff --git a/Makefile.deps b/Makefile.deps index 1a1c1fe..d7a0175 100644 --- a/Makefile.deps +++ b/Makefile.deps @@ -61,7 +61,7 @@ ifeq ($(CC),$(LOCAL_MINGW64_CC)) @echo "-- ./w64-mingw32-sysroot/x86_64/bin/x86_64-w64-mingw32-gcc does not exist, building toolchain --" @echo "------------------------------------------------------------------------------------------------" @echo - env -i ./mingw-w64-build/mingw-w64-build --root-path="$(shell realpath ./w64-mingw32-sysroot)" --disable-threads --jobs $(JOBS) x86_64 + env -i ./mingw-w64-build/mingw-w64-build --root="$(shell realpath ./w64-mingw32-sysroot)" --disable-threads --jobs $(JOBS) x86_64 @echo '#!/usr/bin/env bash' >$(ACTIVATE_SH) @echo >>$(ACTIVATE_SH) @echo 'MYDIR="$$(realpath $$(dirname $${BASH_SOURCE[0]}))"' >>$(ACTIVATE_SH) diff --git a/mingw-w64-build b/mingw-w64-build -Subproject 4095ad70913a739eb704ccb33c4d1537d470113 +Subproject 00a33d2862fdd494a844454d30bb55a38333eac |