libtalloc 2.3.1

This commit is contained in:
idriskalp
2020-01-19 12:33:03 +03:00
parent acf7646148
commit 8c3176154c
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ def setup():
if get.buildTYPE() == "emul32":
options += " --libdir=/usr/lib32 \
--disable-python \
"
elif get.ARCH() == "x86_64":
options += " --extra-python=/usr/bin/python \
"
options += " "
autotools.configure(options)