2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

cbindgen: fix build

This commit is contained in:
git-bruh 2022-04-01 16:10:21 +05:30
parent cfa116534f
commit 3619f4f38f
No known key found for this signature in database
GPG Key ID: E1475C50075ADCE6

View File

@ -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"