MinGW patches are gone

This commit is contained in:
BtbN 2021-08-23 00:58:09 +02:00
parent 0960900c6b
commit 0de6e6cee7

View file

@ -8,10 +8,6 @@ ffbuild_enabled() {
return 0
}
ffbuild_dockerstage() {
to_df "RUN --mount=src=${SELF},dst=/stage.sh --mount=src=patches/mingw,dst=/patches run_stage /stage.sh"
}
ffbuild_dockerlayer() {
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /"
to_df "COPY --from=${SELFLAYER} /opt/mingw/. /opt/mingw"
@ -25,11 +21,6 @@ ffbuild_dockerbuild() {
git-mini-clone "$MINGW_REPO" "$MINGW_COMMIT" mingw
cd mingw
# for patch in /patches/*.patch; do
# echo "Applying $patch"
# git am < "$patch"
# done
cd mingw-w64-headers
unset CFLAGS