mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
For OSX, always depend on Foundation and AppKit - seems to be required
by their (new?) linker git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15313 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ecc2d233dd
commit
622a035a23
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,8 @@ ifeq ($(FOUNDATION_LIB),nx)
|
|||
INTERNAL_OBJCFLAGS += -framework Foundation
|
||||
FND_LIBS = -framework Foundation
|
||||
FND_DEFINE = -DNeXT_Foundation_LIBRARY=1
|
||||
LIBRARIES_DEPEND_UPON += -framework Foundation
|
||||
BUNDLE_LIBS += -framework Foundation
|
||||
endif
|
||||
|
||||
ifeq ($(FOUNDATION_LIB), sun)
|
||||
|
@ -187,6 +189,8 @@ ifeq ($(GUI_LIB),nx)
|
|||
# -framework AppKit is used both to find headers, and to find the library
|
||||
INTERNAL_OBJCFLAGS += -framework AppKit
|
||||
GUI_LIBS = -framework AppKit
|
||||
LIBRARIES_DEPEND_UPON += -framework AppKit
|
||||
BUNDLE_LIBS += -framework AppKit
|
||||
endif
|
||||
|
||||
SYSTEM_INCLUDES = $(CONFIG_SYSTEM_INCL)
|
||||
|
|
Loading…
Reference in a new issue