This commit is contained in:
Rmys
2026-02-20 23:23:17 +03:00
committed by GitHub
parent 89473f0538
commit 03bdca2ec0
+1 -1
View File
@@ -18,7 +18,7 @@ j = ''.join([
]) ])
def setup(): def setup():
shelltools.system("sh autogen.sh") shelltools.system("sh ./autogen.sh")
autotools.configure(j) autotools.configure(j)
def build(): def build():