libffado 2.4.2

This commit is contained in:
idriskalp
2020-01-22 18:49:45 +03:00
parent 54feff78ae
commit 4bc12e1b18
3 changed files with 38 additions and 4 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def build():
scons.make('PREFIX=/usr \
COMPILE_FLAGS="%s %s -lpthread" \
BUILD_TESTS=0' % (get.CXXFLAGS(), get.LDFLAGS()))
BUILD_TESTS=0 \
PYTHON_INTERPRETER="/usr/bin/python3" ' % (get.CXXFLAGS(), get.LDFLAGS()))
def install():
scons.install("install WILL_DEAL_WITH_XDG_MYSELF=1 DESTDIR=%s" % get.installDIR())