Explicitly look for include files in $PREFIX

This commit is contained in:
Pierre Pronchery 2018-12-29 01:54:06 +01:00
parent c9ab0ce53c
commit 423ff625f6

View File

@ -123,7 +123,7 @@ while getopts "cO:P:" name; do
export "${OPTARG%%=*}"="${OPTARG#*=}"
;;
P)
#XXX ignored for compatibility
CPPFLAGS="$CPPFLAGS -I$OPTARG/include"
;;
?)
_usage