aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sstrip
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sstrip')
-rw-r--r--tools/sstrip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile
index dc3ff4f6da..4e409e0d8d 100644
--- a/tools/sstrip/Makefile
+++ b/tools/sstrip/Makefile
@@ -10,7 +10,7 @@ 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