build-helper/numpy: fix typo

This commit is contained in:
Evgeny Ermakov 2022-01-18 23:00:16 +11:00 committed by Érico Nogueira Rolim
parent 7d2e238396
commit 1baf431894

View file

@ -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"