Skip to content

Commit ab05911

Browse files
committed
wasmtime: fix cross
1 parent cc812e9 commit ab05911

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

srcpkgs/wasmtime/template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ post_extract() {
4747
mv -v WASI-${_WASI_commit} crates/wasi-common/WASI
4848
mv -v wasi-crypto-${_wasi_crypto_commit} crates/wasi-crypto/spec
4949
}
50+
51+
post_patch() {
52+
cargo update --package autocfg:1.0.1 --precise 1.1.0
53+
}

0 commit comments

Comments
 (0)