Skip to content

Commit eb994d5

Browse files
authored
put anylinux.so in shared/lib since sometimes the lib symlink is not made
1 parent e33875a commit eb994d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/quick-sharun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ _add_anylinux_lib() {
801801

802802
_echo "* Building anylinux.so..."
803803
_download "$APPDIR"/.anylinux.c "$ANYLINUX_LIB_SOURCE"
804-
cc -shared -fPIC "$APPDIR"/.anylinux.c -o "$APPDIR"/lib/anylinux.so
804+
cc -shared -fPIC "$APPDIR"/.anylinux.c -o "$APPDIR"/shared/lib/anylinux.so
805805
echo "anylinux.so" >> "$APPDIR"/.preload
806806

807807
# remove xdg-open wrapper not needed when the lib is in use

0 commit comments

Comments
 (0)