Skip to content

Commit 8219ac8

Browse files
authored
python-tokenizers: fix build
1 parent 2db81aa commit 8219ac8

File tree

1 file changed

+4
-4
lines changed
  • tur-pypi-312/python3.12-tokenizers

1 file changed

+4
-4
lines changed

tur-pypi-312/python3.12-tokenizers/build.sh

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

5353
build-python -m maturin build \
54-
--target $CARGO_BUILD_TARGET \
55-
--release --skip-auditwheel \
56-
--interpreter python${TERMUX_PYTHON_VERSION} \
57-
-Z build-std
54+
--target $CARGO_BUILD_TARGET \
55+
--release --skip-auditwheel \
56+
--interpreter python${TERMUX_PYTHON_VERSION} \
57+
-Z build-std
5858

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

0 commit comments

Comments
 (0)