Skip to content

Commit

Permalink
split
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Apr 17, 2024
1 parent 0db0180 commit a8dbd91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/uv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ termux_step_pre_configure() {
termux_setup_cmake
}

termux_step_make_install() {
termux_step_make() {
maturin build --release --target $TERMUX_HOST_PLATFORM --manifest-path "$TERMUX_PKG_SRCDIR/Cargo.toml" -vv
}

termux_step_make_install() {
pip3 -v install --no-build-isolation --no-deps --prefix "$TERMUX_PREFIX" "$TERMUX_PKG_SRCDIR"
}

0 comments on commit a8dbd91

Please sign in to comment.