Skip to content

Commit

Permalink
bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
MXWXZ committed Aug 30, 2024
1 parent d1489b9 commit 1038405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pre-build = [
"unzip protoc-27.3-linux-x86_64.zip -d $HOME/.local",
"rm protoc-27.3-linux-x86_64.zip",
"mv $HOME/.local/bin/* /usr/bin/",
"cargo install --force --locked bindgen-cli",
"curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.70.1/bindgen-cli-installer.sh | sh",
"cp $HOME/.cargo/bin/bindgen /usr/bin/",
]

[target.aarch64-unknown-linux-musl]
Expand Down

0 comments on commit 1038405

Please sign in to comment.