Explicitly look for include files in $PREFIX
This commit is contained in:
parent
c9ab0ce53c
commit
423ff625f6
@ -123,7 +123,7 @@ while getopts "cO:P:" name; do
|
|||||||
export "${OPTARG%%=*}"="${OPTARG#*=}"
|
export "${OPTARG%%=*}"="${OPTARG#*=}"
|
||||||
;;
|
;;
|
||||||
P)
|
P)
|
||||||
#XXX ignored for compatibility
|
CPPFLAGS="$CPPFLAGS -I$OPTARG/include"
|
||||||
;;
|
;;
|
||||||
?)
|
?)
|
||||||
_usage
|
_usage
|
||||||
|
Loading…
Reference in New Issue
Block a user