We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdf46e commit fd63623Copy full SHA for fd63623
build.sh
@@ -62,6 +62,7 @@ cd "${APP_DIR}"
62
63
# bundle all libs
64
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
66
if ! mv ./usr/lib/ld-linux-x86-64.so.2 ./; then
67
cp -v /lib64/ld-linux-x86-64.so.2 ./
68
fi
0 commit comments