make-4.4.1

This commit is contained in:
4fury-c3440d8
2023-03-13 08:10:43 +03:00
parent 68936dd69a
commit dd45342756
2 changed files with 13 additions and 7 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ from pisi.actionsapi import pisitools
def setup():
#shelltools.system("sed -i '211,217 d; 219,229 d; 232 d' lib/glob.c")
autotools.configure("--enable-nls \
--program-prefix=g")
autotools.configure("--enable-nls --program-prefix=g")
def build():
autotools.make()