build-helper/numpy: fix typo
This commit is contained in:
parent
7d2e238396
commit
1baf431894
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
# python3-setuptools finds numpy libs and headers on the host first;
|
||||
# addding search paths up front allows the target to take priority
|
||||
# adding search paths up front allows the target to take priority
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/include"
|
||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/lib"
|
||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/random/lib"
|
||||
|
|
Loading…
Reference in a new issue