Skip to content

Commit

Permalink
Update python3_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hazel-sudz authored Dec 10, 2023
1 parent 19e967d commit 9e443da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/patches/python3_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function python3_package_install {
}

function python3_package_install_numpy {
install_cmd="-m pip install --target ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/python3.8/site-packages --no-cache-dir --disable-pip-version-check $1"
install_cmd="-m pip install --target ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/python3.8/site-packages --no-cache-dir --disable-pip-version-check . $1"
if [ ${ARCH} == 'linux-arm' ]; then
_PYTHON_HOST_PLATFORM=linux-arm _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__linux_arm-linux-gnueabihf python3.8 ${install_cmd}
elif [ ${ARCH} == 'linux-arm64' ]; then
Expand Down

0 comments on commit 9e443da

Please sign in to comment.