Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix(build): add binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXEren committed Mar 5, 2024
1 parent 9121124 commit 752c971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
exec "$dir/${bin_name}.bin" "$@"
fi'

yes | pkg install -y pkg-config openssl
yes | pkg install -y pkg-config openssl binutils
cd competition-groups
cargo build --release
bin_path="${tmpdir}/competition-groups/target/release/competition-groups"
Expand Down

0 comments on commit 752c971

Please sign in to comment.