mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
chore: log windows build file
This commit is contained in:
parent
41146a9193
commit
f05a033343
@ -56,5 +56,9 @@ else
|
|||||||
fi
|
fi
|
||||||
# if submodule version = version in Makefile, build rln
|
# if submodule version = version in Makefile, build rln
|
||||||
cargo build --release -p rln --manifest-path "${build_dir}/rln/Cargo.toml" --features arkzkey
|
cargo build --release -p rln --manifest-path "${build_dir}/rln/Cargo.toml" --features arkzkey
|
||||||
|
|
||||||
|
echo "Contents of target/release:"
|
||||||
|
ls -lh "${build_dir}/target/release"
|
||||||
|
|
||||||
cp "${build_dir}/target/release/librln.a" "${output_filename}"
|
cp "${build_dir}/target/release/librln.a" "${output_filename}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user