parent
172cb81e82
commit
aee00d41d8
1 changed files with 1 additions and 1 deletions
|
@ -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\)'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue