build-helper/numpy: fix typo
This commit is contained in:
parent
7d2e238396
commit
1baf431894
@ -17,7 +17,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# python3-setuptools finds numpy libs and headers on the host first;
|
# 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"
|
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/core/lib"
|
||||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/random/lib"
|
LDFLAGS+=" -L${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/random/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user