File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tur-pypi-312/python3.12-tokenizers Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,11 @@ termux_step_make_install() {
5050 export PYO3_CROSS_LIB_DIR=$TERMUX_PREFIX /lib
5151 export PYTHONPATH=$TERMUX_PREFIX /lib/python${TERMUX_PYTHON_VERSION} /site-packages
5252
53- export RUSTFLAGS=" -C link-args=-L$TERMUX_PREFIX /lib $RUSTFLAGS "
54-
55- build-python -m maturin build --release --skip-auditwheel --target $CARGO_BUILD_TARGET -Z build-std
53+ build-python -m maturin build \
54+ --target $CARGO_BUILD_TARGET \
55+ --release --skip-auditwheel \
56+ --interpreter python${TERMUX_PYTHON_VERSION} \
57+ -Z build-std
5658
5759 local _pyver=" ${TERMUX_PYTHON_VERSION/ ./ } "
5860 # Fix wheel name, although it it built with tag `cp39-abi3`, but it is linked against `python3.x.so`
You can’t perform that action at this time.
0 commit comments