Skip to content

Commit

Permalink
Fix script/bundle-linux (#11783)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
ConradIrwin committed May 14, 2024
1 parent 172cb81 commit aee00d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bundle-linux
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cp "target/${target_triple}/release/cli" "${zed_dir}/bin/cli"

# Libs
find_libs() {
ldd target/debug/Zed |\
ldd target/${target_triple}/release/Zed |\
cut -d' ' -f3 |\
grep -v '\<\(libstdc++.so\|libc.so\|libgcc_s.so\|libm.so\)'
}
Expand Down

0 comments on commit aee00d4

Please sign in to comment.