We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84f10f commit 884aedbCopy full SHA for 884aedb
tur-pypi-311/python3.11-tokenizers/build.sh
@@ -53,10 +53,10 @@ termux_step_make_install() {
53
export PYTHONPATH=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}/site-packages
54
55
build-python -m maturin build \
56
- --target $CARGO_BUILD_TARGET \
57
- --release --skip-auditwheel \
58
- --interpreter python${TERMUX_PYTHON_VERSION} \
59
- -Z build-std
+ --target $CARGO_BUILD_TARGET \
+ --release --skip-auditwheel \
+ --interpreter python${TERMUX_PYTHON_VERSION} \
+ -Z build-std
60
61
local _pyver="${TERMUX_PYTHON_VERSION/./}"
62
# Fix wheel name, although it it built with tag `cp39-abi3`, but it is linked against `python3.x.so`
0 commit comments