mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-26 23:02:30 +00:00
fix(rln-relay): buildscript bad cp (#1636)
This commit is contained in:
parent
1f79375679
commit
bd9857c1d8
@ -27,5 +27,5 @@ else
|
||||
echo "Failed to download $host_triplet-rln.tar.gz"
|
||||
# Build rln instead
|
||||
cargo build --release --manifest-path "$build_dir/rln/Cargo.toml"
|
||||
cp "$build_dir/rln/target/release/librln.a" .
|
||||
cp "$build_dir/target/release/librln.a" .
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user