Skip to content

Commit

Permalink
compile: Add unsupported-allow-new-glibc in linuxdeployqt
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric authored and jaxxzer committed Jan 15, 2019
1 parent cc6266f commit b40ceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ if [[ $machine = *"Linux"* ]]; then
runstep "wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage -O /tmp/linuxdeployqt.AppImage" "Download linuxdeployqt" "Failed to download linuxdeployqt"
runstep "chmod a+x /tmp/linuxdeployqt.AppImage" "Convert linuxdeployqt to executable" "Failed to turn linuxdeplopyqt in executable"
runstep "unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH;" "Unset some Qt variables" "Failed to unsed Qt variables"
runstep "/tmp/linuxdeployqt.AppImage ${deployfolder}/pingviewer.desktop -bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so -verbose=2 -qmldir=${projectpath}/qml -appimage" "Run linuxdeployqt" "Failed to run linuxdeployqt"
runstep "/tmp/linuxdeployqt.AppImage ${deployfolder}/pingviewer.desktop -unsupported-allow-new-glibc -bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so -verbose=2 -qmldir=${projectpath}/qml -appimage" "Run linuxdeployqt" "Failed to run linuxdeployqt"
runstep "mv pingviewer*.AppImage /tmp/" "Move .AppImage folder to /tmp/" "Faile to move .AppImage file"
else
runstep "wget https://github.com/bluerobotics/stm32flash-code/releases/download/continuous/stm32flash_linux.zip -O /tmp/stm32flash_linux.zip" "Download stm32flash_linux" "Faile to download stm32flash_linux"
Expand Down

0 comments on commit b40ceec

Please sign in to comment.