summaryrefslogtreecommitdiff
path: root/pkg/osx/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-03-21 21:14:33 +0900
committerkali <kali@leap.se>2013-03-21 21:18:54 +0900
commitabe441f6f0e48d0dd20d5e8f60dd7cbeba647102 (patch)
tree83991cf24ae7121b5203c16a9806d4f2e1130a1e /pkg/osx/Makefile
parent5ed7755810fc086c7fbe9bc35dddf49a4ecd5d83 (diff)
update pyinstaller install
Diffstat (limited to 'pkg/osx/Makefile')
-rw-r--r--pkg/osx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/osx/Makefile b/pkg/osx/Makefile
index 8e700cfa..15dfb810 100644
--- a/pkg/osx/Makefile
+++ b/pkg/osx/Makefile
@@ -4,7 +4,7 @@ DMG = "dist/leap-client-$(GITC).dmg"
INST = "dist/LEAP Client installer.app"
INSTR = "dist/LEAP Client installer.app/Contents/Resources"
-pkg : check-env dist trim tuntap installer dmg
+pkg : check-env dist tuntap installer dmg
dist :
~/pyinstaller/pyinstaller.py -w -s leap-client.spec
@@ -14,6 +14,7 @@ dist :
trim:
#XXX this should go properly in pyinstaller spec excludes, but going quick'n'dirty
+ #XXX adapt to PySide
rm $(OSX)QtSvg $(OSX)QtXml $(OSX)QtNetwork $(OSX)QtOpenGL $(OSX)Qt3Support $(OSX)QtSql
tuntap: