MinGW patches are gone
This commit is contained in:
parent
0960900c6b
commit
0de6e6cee7
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue