Skip to content

Commit 884aedb

Browse files
authored
python3.11-tokenizers: fix build
1 parent e84f10f commit 884aedb

File tree

1 file changed

+4
-4
lines changed
  • tur-pypi-311/python3.11-tokenizers

1 file changed

+4
-4
lines changed

tur-pypi-311/python3.11-tokenizers/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ termux_step_make_install() {
5353
export PYTHONPATH=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}/site-packages
5454

5555
build-python -m maturin build \
56-
--target $CARGO_BUILD_TARGET \
57-
--release --skip-auditwheel \
58-
--interpreter python${TERMUX_PYTHON_VERSION} \
59-
-Z build-std
56+
--target $CARGO_BUILD_TARGET \
57+
--release --skip-auditwheel \
58+
--interpreter python${TERMUX_PYTHON_VERSION} \
59+
-Z build-std
6060

6161
local _pyver="${TERMUX_PYTHON_VERSION/./}"
6262
# Fix wheel name, although it it built with tag `cp39-abi3`, but it is linked against `python3.x.so`

0 commit comments

Comments
 (0)