radiotray-ng
This commit is contained in:
@@ -4,9 +4,10 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# 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():
|
def setup():
|
||||||
|
shelltools.system("sed -i 's:-Werror::' CMakeLists.txt")
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF -L")
|
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF -L")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
Reference in New Issue
Block a user