X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/44af1866aa41cfbbad48583106cb82201ded4fcb..d5583787a6d58688c00df4e4584f692df68130ce:/tools/sstrip/Makefile?ds=sidebyside diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index dc3ff4f6d..87f331214 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -10,9 +10,10 @@ include $(INCLUDE_DIR)/host-build.mk PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip OS:=$(shell uname) -ifeq ($(OS),Darwin) +ifeq ($(HOST_OS),Darwin) CFLAGS += -I./include endif +CFLAGS += -I $(TOPDIR)/tools/include -include endian.h define Build/Compile $(CC) $(CFLAGS) -o $(PKG_BUILD_DIR)/sstrip src/sstrip.c