Skip to content

Commit

Permalink
break system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Oct 17, 2024
1 parent 4bae284 commit facc7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ case "$ARCH" in
esac
sudo pip install https://github.com/mesonbuild/meson/archive/2baae24.zip ninja cmake==3.28.4 --break-system-packages
if [[ "${ARCH}" == "riscv64" ]]; then
sudo pip install patchelf==0.15.0.0
sudo pip install patchelf==0.15.0.0 --break-system-packages
fi

export ZIG_FLAGS=""
Expand Down

0 comments on commit facc7a8

Please sign in to comment.