libinih-56

This commit is contained in:
Rmys
2023-05-12 11:54:38 +03:00
parent 2bdd7e3cde
commit cefbb8d077
2 changed files with 9 additions and 3 deletions
+1 -2
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def setup():
mesontools.configure("-Ddistro_install=true \
-Dwith_INIReader=true")
-Dwith_INIReader=true")
def build():
mesontools.build()
@@ -20,5 +20,4 @@ def build():
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("LICENSE*", "README*")