Skip to content

Commit

Permalink
feat: update installation script for i686-unknown-linux-gnu dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 29, 2024
1 parent ea82ffa commit 6779470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-dependencies.just
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install-default-aarch64-unknown-linux-musl:
sudo apt-get update
sudo apt-get install -y musl-tools

# Install dependencies for the default feature on aarch64-unknown-linux-musl
# Install dependencies for the default feature on i686-unknown-linux-gnu
install-default-i686-unknown-linux-gnu:
sudo apt-get update
sudo apt-get install -y gcc-multilib-i686-linux-gnu gcc-i686-linux-gnu

0 comments on commit 6779470

Please sign in to comment.