Skip to content

Commit

Permalink
Update to packaging LD_LIB_PATH for linuxdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximePouce committed May 8, 2024
1 parent 3a866b6 commit e645cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infomaniak-build-tools/linux/package-ci-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export QT_BASE_DIR=$HOME/Qt/6.2.3/gcc_64
export QTDIR=$QT_BASE_DIR
export QMAKE=$QT_BASE_DIR/bin/qmake
export PATH=$QT_BASE_DIR/bin:$QT_BASE_DIR/libexec:$PATH
export LD_LIBRARY_PATH=$QT_BASE_DIR/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$QT_BASE_DIR/lib:$APPDIR/usr/lib:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$QT_BASE_DIR/lib/pkgconfig:$PKG_CONFIG_PATH

mkdir -p $APP_DIR/usr/plugins
Expand Down

0 comments on commit e645cad

Please sign in to comment.