Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Jul 20, 2024
1 parent dda064e commit aa76164
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 @@ -8,6 +8,7 @@ pre-build = [
"echo \\#\\!/bin/sh > /bin/cargo",
"echo which cargo >> /bin/cargo",
"echo \"export CARGO='/rust/bin/cargo'\" >> /bin/cargo",
"echo 'cargo-auditable auditable \"$@\"' >> /bin/cargo",
"echo /usr/bin/cargo install cargo-auditable >> /bin/cargo",
"echo '/usr/bin/cargo auditable \"$@\"' >> /bin/cargo",
"chmod +x /bin/cargo",
]

0 comments on commit aa76164

Please sign in to comment.