mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
e17dc7127c
commit
1996a23636
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…
Reference in a new issue