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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user