mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 18:50:47 +00:00
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:
parent
0a534a99eb
commit
c4f4fb507b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue