mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Removed annoying typo in last commit - a few spaces in a variable
definition causing it not to work git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1377ea34b1
commit
d576ff2552
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ endif
|
|||
# On Apple, two-level namespaces require all symbols in bundles
|
||||
# to be resolved at link time.
|
||||
ifeq ($(FOUNDATION_LIB), apple)
|
||||
LINK_BUNDLE_AGAINST_ALL_LIBS = yes
|
||||
LINK_BUNDLE_AGAINST_ALL_LIBS = yes
|
||||
endif
|
||||
|
||||
ifeq ($(LINK_BUNDLE_AGAINST_ALL_LIBS), yes)
|
||||
|
|
Loading…
Reference in a new issue