ModemManager ver. bump

This commit is contained in:
Rmys
2020-05-20 15:26:03 +03:00
parent 306eba4136
commit 7c5ba4e786
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ from pisi.actionsapi import qt5
from pisi.actionsapi import get
def setup():
shelltools.export("CC", "clang -fuse-ld=lld")
shelltools.export("CXX", "clang++ -fuse-ld=lld")
#shelltools.export("CC", "clang -fuse-ld=lld")
#shelltools.export("CXX", "clang++ -fuse-ld=lld")
qt5.configure()
def build():