borgbackup: build-pip install Cython

This commit is contained in:
Tee KOBAYASHI 2022-10-30 09:54:17 +09:00 committed by xtkoba
parent b1686b4984
commit f836d4c66f
1 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ termux_step_pre_configure() {
${_CROSSENV_PREFIX}
popd
. ${_CROSSENV_PREFIX}/bin/activate
build-pip install wheel
export LDFLAGS+=" -lpython${_PYTHON_VERSION}"
export LDSHARED="$CC -shared"
build-pip install Cython wheel
LDFLAGS+=" -lpython${_PYTHON_VERSION}"
}
termux_step_make_install() {