mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Fix for OSX packaging with PlugIns
This commit is contained in:
parent
8f808df113
commit
2f6fe11924
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
APP="${1?}"
|
APP="${1?}"
|
||||||
PLUGINS="${APP}/Contents/PlugIns"
|
PLUGINS="${APP}/Contents/Plugins"
|
||||||
OP_PLUGINS="${APP}/Contents/PlugIns/OpenPilot"
|
OP_PLUGINS="${APP}/Contents/Plugins/OpenPilot"
|
||||||
QT_LIBS="QtGui QtCore QtSvg QtSql QtOpenGL QtNetwork QtXml QtDBus QtScript phonon"
|
QT_LIBS="QtGui QtCore QtSvg QtSql QtOpenGL QtNetwork QtXml QtDBus QtScript phonon"
|
||||||
|
|
||||||
echo "Processing Qt libraries in $1"
|
echo "Processing Qt libraries in $1"
|
||||||
|
Loading…
Reference in New Issue
Block a user