mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-18 09:43:33 +08:00
Add additional include directory, required by some packages
This commit is contained in:
parent
12ceed6375
commit
65a964b6a7
@ -26,7 +26,7 @@ TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
|
||||
TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) \
|
||||
-I$(STAGING_DIR)/usr/include
|
||||
-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
|
||||
TARGET_LDFLAGS=-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_SYSROOT),y)
|
||||
|
Loading…
Reference in New Issue
Block a user