mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
cbindgen: fix build
This commit is contained in:
parent
cfa116534f
commit
3619f4f38f
@ -19,10 +19,6 @@ export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix=$PWD=."
|
||||
(
|
||||
cd vendor
|
||||
|
||||
# Download link for this crate 404s. Mirror link saves the file as
|
||||
# 'download' so it must be renamed.
|
||||
mv -f download wasi-0.9.0+wasi-snapshot-preview1.crate
|
||||
|
||||
for crate in *.crate; do
|
||||
tar xf "$crate"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user