python3 rebuild

This commit is contained in:
Rmys
2023-02-01 21:53:31 +03:00
committed by GitHub
parent 7010ff7c49
commit cb753897ef
+2 -2
View File
@@ -26,7 +26,7 @@ def setup():
#shelltools.unlinkDir("Modules/_ctypes/libffi")
#shelltools.unlinkDir("Modules/_ctypes/libffi_msvc")
shelltools.unlinkDir("Modules/_ctypes/libffi_osx")
shelltools.unlinkDir("Modules/_decimal/libmpdec")
# shelltools.unlinkDir("Modules/_decimal/libmpdec")
#shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR())
#shelltools.export("LDFLAGS", "-L%s/temp/lib -lbz2 -lpthread -ldl" %get.workDIR())
@@ -39,9 +39,9 @@ def setup():
--with-system-expat \
--with-dbmliborder=gdbm:ndbm \
--with-system-ffi \
--with-system-libmpdec \
--enable-loadable-sqlite-extensions \
--without-ensurepip")
# --with-system-libmpdec \
def build():
autotools.make()