Skip to content

Commit 0903483

Browse files
fix build_rln.sh script (#3704)
1 parent 77f6bc6 commit 0903483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_rln.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ output_filename=$3
1818
host_triplet=$(rustc --version --verbose | awk '/host:/{print $2}')
1919

2020
tarball="${host_triplet}"
21-
21+
tarball+="-stateless"
2222
tarball+="-rln.tar.gz"
2323

2424
# Download the prebuilt rln library if it is available

0 commit comments

Comments
 (0)