mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3561 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7767e056df
commit
8d65648a9c
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@
|
|||
#ADDITIONAL_CFLAGS +=
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../src
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../src \
|
||||
-I../src/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
|
||||
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
#ADDITIONAL_LDFLAGS +=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue