Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Dec 2, 2024
1 parent d58b687 commit 7980c2c
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 @@ -51,7 +51,7 @@ case "$ARCH" in
;;
powerpc64le)
sudo apt -y install libc6-ppc64el-cross
sudo ln -s /usr/powerpc64le-linux-gnu/lib/ld64.so.1 /lib64/ld64.so.2
sudo ln -s /usr/powerpc64le-linux-gnu/lib/ld64.so.2 /lib64/ld64.so.2
;;
esac
sudo pip install https://github.com/mesonbuild/meson/archive/2baae24.zip ninja cmake==3.28.4 --break-system-packages
Expand Down

0 comments on commit 7980c2c

Please sign in to comment.