mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
* config.make.in: Default to builing -baseadd on non *-gnu-*
configurations. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3c270ab07
commit
1e67c1834b
2 changed files with 11 additions and 0 deletions
|
@ -19,3 +19,9 @@ ifeq ($(shared),yes)
|
|||
CONFIG_SYSTEM_LIBS += @LIBS@
|
||||
endif
|
||||
|
||||
# Default to building only -baseadd
|
||||
# on non *-gnu-* library combos
|
||||
ifneq ($(FOUNDATION_LIB),gnu)
|
||||
add=yes
|
||||
base=no
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue