mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fixup for OSX
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30522 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d2f96292cc
commit
8d598d54aa
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
* Source/Additions/NSPropertyList+GNUstepBase.m:
|
||||
New category to replace property list write functionality no longer
|
||||
present in OSX.
|
||||
* base.make.in: Link with base additions library on OSX
|
||||
|
||||
2010-05-30 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -42,6 +42,12 @@ ifeq ($(FOUNDATION_LIB),gnu)
|
|||
FND_LIBS = -lgnustep-base
|
||||
FND_DEFINE = -DGNUSTEP_BASE_LIBRARY=1
|
||||
GNUSTEP_DEFINE = -DGNUSTEP
|
||||
else
|
||||
#
|
||||
# Not using the GNUstep foundation ... must be Apple's
|
||||
# So we need to use the base additions library.
|
||||
#
|
||||
FND_LIBS = -lgnustep-baseadd -framework Foundation
|
||||
endif
|
||||
|
||||
GNUSTEP_BASE_HAVE_GNUTLS=@HAVE_GNUTLS@
|
||||
|
|
Loading…
Reference in a new issue