aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.deps2
m---------mingw-w64-build28
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