mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
opencv: rebuild against python3-numpy
This commit is contained in:
parent
6db787e72f
commit
e054519ee5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ make_check=no
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
# Tell opencv where to find python and numpy
|
||||
configure_args+=" -DPYTHON3_INCLUDE_PATH=${XBPS_CROSS_BASE}/${py3_inc}
|
||||
-DPYTHON3_NUMPY_INCLUDE_DIRS=${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/include"
|
||||
-DPYTHON3_NUMPY_INCLUDE_DIRS=${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/_core/include"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Add table
Reference in a new issue