File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ all: download/Python-3.13.5.tar.xz
1212 cd temp/Python-3.13.5/build-native && CC=" cc" CXX=" " LD=" ld" AR=" ar" CXXFLAGS=" " CFLAGS=" " LDFLAGS=" " make -j $(shell nproc)
1313 cd temp/Python-3.13.5/build-native && CC=" cc" CXX=" " LD=" ld" AR=" ar" CXXFLAGS=" " CFLAGS=" " LDFLAGS=" " make install DESTDIR=$(shell pwd) /temp/native
1414 # HACK: set ANDROID_API_LEVEL=1 to link the shared libraries with libpython
15- cd temp/Python-3.13.5/build && ../configure ANDROID_API_LEVEL=1 --enable-shared --host aarch64-unknown-linux-musl --build=aarch64 --disable -ipv6 --with-ensurepip=install --with-build-python=$(shell pwd) /temp/native/usr/local/bin/python3 ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no
15+ cd temp/Python-3.13.5/build && ../configure ANDROID_API_LEVEL=1 --enable-shared --host aarch64-unknown-linux-musl --build=aarch64 --enable -ipv6 --with-ensurepip=install --with-build-python=$(shell pwd) /temp/native/usr/local/bin/python3 ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no
1616 # missing gettext in libintl.h
1717 cd temp/Python-3.13.5/build && sed -i.bak " s/#define HAVE_LIBINTL_H 1//" pyconfig.h
1818 cd temp/Python-3.13.5/build && make -j $(shell nproc)
You can’t perform that action at this time.
0 commit comments