This commit is contained in:
4fury
2020-03-09 17:13:04 +03:00
parent 5ac20e76de
commit a5c1f2a00f
4 changed files with 17 additions and 6 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ def setup():
#autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--disable-ldconfig-at-install \
--with-gnu-ld \
--disable-test")
--with-gnu-ld")
def build():
autotools.make()