mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Applied tiny patch from Graham to fix building base additions on Apple
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@34802 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0a152aeff7
commit
10dfdda788
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-21 Graham Lee <iamleeg@gmail.com>
|
||||
|
||||
* library-combo.make (OBJC_LIBS): Always set from OBJC_LIB_FLAG
|
||||
when using the 'apple' runtime.
|
||||
|
||||
2012-02-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Master/nsis.make: Add support for library and framework packages
|
||||
|
|
|
@ -126,9 +126,7 @@ endif
|
|||
ifeq ($(OBJC_RUNTIME_LIB), apple)
|
||||
RUNTIME_FLAG = -fnext-runtime
|
||||
RUNTIME_DEFINE = -DNeXT_RUNTIME=1
|
||||
ifeq ($(FOUNDATION_LIB), gnu)
|
||||
OBJC_LIBS = $(OBJC_LIB_FLAG)
|
||||
endif
|
||||
OBJC_LIBS = $(OBJC_LIB_FLAG)
|
||||
endif
|
||||
|
||||
FND_LDFLAGS =
|
||||
|
|
Loading…
Reference in a new issue