mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 11:50:42 +00:00
Fixed bug: -L/opt/gnustep/Local/Libraries/ix86/linux-gnu was missing on
the link line git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
914c38ff21
commit
4c6063d6d3
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ ifneq ($(GNUSTEP_LOCAL_ROOT),)
|
||||||
= $(GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES)
|
= $(GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAG = -L$(GNUSTEP_LOCAL_TARGET_LIBRARIES)
|
||||||
GNUSTEP_LOCAL_LIBRARIES_FLAG = -L$(GNUSTEP_LOCAL_LIBRARIES)
|
GNUSTEP_LOCAL_LIBRARIES_FLAG = -L$(GNUSTEP_LOCAL_LIBRARIES)
|
||||||
GNUSTEP_LOCAL_HEADERS_FLAG = -I$(GNUSTEP_LOCAL_HEADERS)
|
GNUSTEP_LOCAL_HEADERS_FLAG = -I$(GNUSTEP_LOCAL_HEADERS)
|
||||||
GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAG \
|
GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAG \
|
||||||
|
|
Loading…
Reference in a new issue