Skip to content

Commit

Permalink
Update Cross.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz authored Oct 9, 2024
1 parent 9dc53b3 commit 5ae03fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ passthrough = ["BEVY_ASSET_PATH"]

[target.x86_64-unknown-linux-gnu]
pre-build = [
"pwd",
"ls",
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get -y install libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH libudev-dev:$CROSS_DEB_ARCH",
]

[target.aarch64-unknown-linux-gnu]
pre-build = [
"pwd",
"ls",
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get -y install libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH libudev-dev:$CROSS_DEB_ARCH",
]

0 comments on commit 5ae03fe

Please sign in to comment.