mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fixed typo in -L flag so that it compiles again
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
228bb345cf
commit
af542f6741
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ADDITIONAL_INCLUDE_DIRS +=-I../../Headers
|
|||
#ADDITIONAL_LDFLAGS +=
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR)
|
||||
ADDITIONAL_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR)
|
||||
|
||||
#ADDITIONAL_TOOL_LIBS +=
|
||||
|
||||
|
|
Loading…
Reference in a new issue