radiotray-ng

This commit is contained in:
Rmys
2022-07-28 15:05:19 +03:00
committed by GitHub
parent 18ae315c45
commit ff374f4a0f
+2 -1
View File
@@ -4,9 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools, pisitools, get
from pisi.actionsapi import cmaketools, pisitools, shelltools, get
def setup():
shelltools.system("sed -i 's:-Werror::' CMakeLists.txt")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF -L")
def build():