Browse Source

change deploylib.sh. fix a bug patchelf libqxcb.so.

yuchuli 4 năm trước cách đây
mục cha
commit
6321aa5b8e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      deploylib.sh

+ 2 - 0
deploylib.sh

@@ -85,6 +85,8 @@ cp $QtLibDir/libQt5XcbQpa.s* $PWD/lib
 rm -rf $PWD/platforms/lib
 cd platforms
 
+patchelf --set-rpath '$ORIGIN/../lib/' libqxcb.so
+
 cd ..
 cd ..