Skip to content

Commit

Permalink
fix rust-lld filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 3, 2024
1 parent 40d8f2f commit 603d947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [[ $HOST_TRIPLE == *apple-darwin* ]]; then
"$RUST_BIN/cargo" \
"$RUST_LIB/librustc_driver-b4e91886a4c059a0.dylib" \
"$RUST_LIB/libstd-6eff127b55c063c2.dylib" \
"$RUST_LIB_BIN/rustd-lld"
"$RUST_LIB_BIN/rust-lld"
# "$RUST_BIN/rustc" # Not signing 'rustc' duo to failing cargo build
fi

Expand Down

0 comments on commit 603d947

Please sign in to comment.