Skip to content

Commit

Permalink
chore: remove pre-build steps for bindgen-cli in Cross.toml
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent 997108c commit 2d8f9f8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,3 @@ pre-build = [
passthrough = [
"AWS_LC_SYS_PREBUILT_NASM=1",
]

[target.x86_64-unknown-netbsd]
pre-build = [
"cargo install --force --locked bindgen-cli",
]

[target.armv7-unknown-linux-gnueabihf]
pre-build = [
"cargo install --force --locked bindgen-cli",
]

0 comments on commit 2d8f9f8

Please sign in to comment.