From e0c3c74b0c410ae181b0c49c1766dbdb37ae8c8148493a9491b37608d9cb974b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 9 Oct 2022 02:11:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=26 --- zellij.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zellij.spec b/zellij.spec index 5f51982..c75bd9d 100644 --- a/zellij.spec +++ b/zellij.spec @@ -83,6 +83,9 @@ rm assets/plugins/* %build # First rebuilt plugins we just deleted # Note: RUSTFLAGS break linking with WASM-files, so we don't use the cargo_build-macro here +pushd default-plugins/compact-bar +cargo --offline build --release --target=wasm32-wasi +popd pushd default-plugins/status-bar cargo --offline build --release --target=wasm32-wasi popd @@ -92,6 +95,7 @@ popd pushd default-plugins/strider cargo --offline build --release --target=wasm32-wasi popd + # Move the results to the place they are expected mv target/wasm32-wasi/release/*.wasm assets/plugins/