1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2025-08-09 10:02:45 +03:00

Add mingw32-make.bat alias for make.exe

This is useful for compatability with existing MinGW-based builds.
This commit is contained in:
Christopher Wellons
2021-01-23 20:05:40 -05:00
parent 370c3918f3
commit 633f93bfa7

View File

@@ -274,6 +274,7 @@ RUN /make-$MAKE_VERSION/configure \
LDFLAGS="-s" LDFLAGS="-s"
RUN make -j$(nproc) RUN make -j$(nproc)
RUN cp make.exe $PREFIX/bin/ RUN cp make.exe $PREFIX/bin/
RUN echo '@"%~dp0/make.exe" %*' >$PREFIX/bin/mingw32-make.bat
WORKDIR /busybox-w32 WORKDIR /busybox-w32
RUN make mingw64_defconfig RUN make mingw64_defconfig