mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fixup to build apple-apple-apple
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32738 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7aee0158bc
commit
7f85481fda
1 changed files with 17 additions and 0 deletions
|
@ -137,3 +137,20 @@ before-uninstall::
|
|||
# after-check::
|
||||
|
||||
|
||||
#
|
||||
# If building with the Apple Foundation, we don't include the base 'Headers'
|
||||
# directory in the includes path, but we need the additions headers so we
|
||||
# link to them from the current directory.
|
||||
#
|
||||
|
||||
ifeq ($(FOUNDATION_LIB),apple)
|
||||
|
||||
before-all::
|
||||
rm -f GNUstepBase
|
||||
ln -s ../Headers/GNUstepBase GNUstepBase
|
||||
|
||||
after-clean::
|
||||
rm -f GNUstepBase
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue