radiotray-ng
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user