Use the GNUSTEP_HDIR to look for headers - this should fix ffcall detection

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-01-30 14:17:50 +00:00
parent 0a534a99eb
commit c4f4fb507b

View file

@ -193,6 +193,12 @@ else
GNUSTEP_LDIR=$GNUSTEP_SYSTEM_ROOT/Libraries/$obj_dir
fi
#
# The following one is so that headers of custom libraries into
# $GNUSTEP_HDIR are used before the standard ones
#
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR"
#--------------------------------------------------------------------
# Check if Objective-C is installed
#--------------------------------------------------------------------