mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +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