Skip to content

Commit

Permalink
drop patches
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 17, 2024
1 parent 2457cb6 commit 072c39c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ else
export CHOST=${ARCH}-linux-gnu
fi

# apply some zig patches
cd $(dirname $(which zig))
for patchfile in ${WORKDIR}/zigshim/patches/*.patch; do
patch -p1 < $patchfile
done
cd ${WORKDIR}

echo "::endgroup::"
Expand Down

0 comments on commit 072c39c

Please sign in to comment.