grantlee-qt5 change pspec and actions.py

This commit is contained in:
groni
2016-12-28 23:01:23 +01:00
parent 809f73d87a
commit 7c62652225
2 changed files with 14 additions and 16 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure()
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=OFF")
def build():
cmaketools.make()