mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Do not add -framework Foundation on Apple - it's now added automatically
by gnustep-make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a5c9a31c0b
commit
33ca1f0547
1 changed files with 1 additions and 3 deletions
|
@ -83,10 +83,8 @@ endif
|
|||
ifeq ($(shared),yes)
|
||||
libgnustep-base_LIBRARIES_DEPEND_UPON += $(CONFIG_SYSTEM_LIBS)
|
||||
endif
|
||||
ifeq ($(FOUNDATION_LIB),nx)
|
||||
libgnustep-baseadd_LIBRARIES_DEPEND_UPON += -framework Foundation
|
||||
endif
|
||||
|
||||
#
|
||||
# Flags dealing with installing and uninstalling
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue