Skip to content

Commit fd63623

Browse files
authored
add libpthread.so.0 (pkgforge-dev#14)
1 parent bbdf46e commit fd63623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ cd "${APP_DIR}"
6262

6363
# bundle all libs
6464
ldd ./usr/bin/ghostty | awk -F"[> ]" '{print $4}' | xargs -I {} cp --update=none -v {} ./usr/lib
65+
cp -v /usr/lib/x86_64-linux-gnu/libpthread.so.0 ./usr/lib
6566
if ! mv ./usr/lib/ld-linux-x86-64.so.2 ./; then
6667
cp -v /lib64/ld-linux-x86-64.so.2 ./
6768
fi

0 commit comments

Comments
 (0)