mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
parent
172cb81e82
commit
aee00d41d8
@ -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…
Reference in New Issue
Block a user