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 2db81aa commit 8219ac8Copy full SHA for 8219ac8
tur-pypi-312/python3.12-tokenizers/build.sh
@@ -51,10 +51,10 @@ termux_step_make_install() {
51
export PYTHONPATH=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}/site-packages
52
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
+ --target $CARGO_BUILD_TARGET \
+ --release --skip-auditwheel \
+ --interpreter python${TERMUX_PYTHON_VERSION} \
+ -Z build-std
58
59
local _pyver="${TERMUX_PYTHON_VERSION/./}"
60
# Fix wheel name, although it it built with tag `cp39-abi3`, but it is linked against `python3.x.so`
0 commit comments