Skip to content

Commit

Permalink
pkg: some python modules require rust
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Sep 18, 2023
1 parent ca800db commit f9e9883
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/pkg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ BUILD_DEPENDS_IPS="
: ${PKG_SOURCE_BRANCH:=r$RELVER}
VER+="-$PKG_SOURCE_BRANCH"

# some python modules require rust to be built
PATH+=:$OOCEBIN

clone_source() {
clone_github_source pkg \
"$PKG_SOURCE_REPO" "$PKG_SOURCE_BRANCH" "$PKG5_CLONE"
Expand Down

0 comments on commit f9e9883

Please sign in to comment.