mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fixup for apple
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4918e76599
commit
afb3405c5d
1 changed files with 14 additions and 0 deletions
14
Source/Additions/Makefile.postamble
Normal file
14
Source/Additions/Makefile.postamble
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
ifeq ($(FOUNDATION_LIB),apple)
|
||||
|
||||
# Things to do before compiling
|
||||
before-all::
|
||||
rm -f GNUstepBase
|
||||
ln -s ../../Headers/GNUstepBase GNUstepBase
|
||||
|
||||
# Things to do after cleaning
|
||||
after-clean::
|
||||
rm -f GNUstepBase
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in a new issue