Skip to content
Snippets Groups Projects
Commit 93df90ed authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix sstrip compile on mac os x

SVN-Revision: 9645
parent 9b27c5b5
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ PKG_NAME:=sstrip ...@@ -11,7 +11,7 @@ PKG_NAME:=sstrip
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
define Build/Compile define Build/Compile
$(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/sstrip src/sstrip.c $(CC) $(HOST_CFLAGS) -I./include -include endian.h -o $(PKG_BUILD_DIR)/sstrip src/sstrip.c
endef endef
define Build/Install define Build/Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment