AppImage: more tweaks to Linux build

Use RelWithDebInfo, switch to ninja, and fix the OSG-36 lib path
This commit is contained in:
James Turner
2021-05-20 09:31:45 +01:00
parent 178cdbe216
commit 9eafe4e274
2 changed files with 13 additions and 9 deletions
+5 -1
View File
@@ -40,7 +40,11 @@ mkdir -p appdir/usr/ssl
cp dist/bin/* appdir/usr/bin
cp -d dist/lib64/* appdir/usr/lib
cp -a dist/lib64/osgPlugins-3.6.5 appdir/usr/lib
# OSG 3.6 uses lib, not lib64
cp -d dist/lib/* appdir/usr/lib
cp -a dist/lib/osgPlugins-3.6.5 appdir/usr/lib
cp -r dist/share appdir/usr
# FIXME : only copy the QML plugins we actually need