1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2025-11-01 14:31:01 +03:00

Move w64devkit.ini to the root to mirror "installs"

One of my goals is that the distribution can be re-built in place using
only Docker or Podman, and so the unpacked distribution mirrors the
repository layout. That hasn't been true for w64devkit.ini, which is the
only file interfering with this trick, so fix it.
This commit is contained in:
Christopher Wellons
2025-09-03 08:37:17 -04:00
parent b72edc3815
commit bfd6577d07
2 changed files with 1 additions and 1 deletions

View File

@@ -479,7 +479,7 @@ RUN sed -i s/CommCtrl/commctrl/ $(grep -Rl CommCtrl CPP/) \
WORKDIR /
RUN rm -rf $PREFIX/share/man/ $PREFIX/share/info/ $PREFIX/share/gcc-*
COPY README.md Dockerfile src/w64devkit.ini $PREFIX/
COPY README.md Dockerfile w64devkit.ini $PREFIX/
RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
&& $ARCH-windres -o w64devkit.o w64devkit.rc \
&& $ARCH-gcc -DVERSION=$VERSION -nostdlib -fno-asynchronous-unwind-tables \