Skip to content
Snippets Groups Projects
Commit 9c244fdd authored by Daniel Dickinson's avatar Daniel Dickinson
Browse files

sstrip: Correct include path to really get endian.h

SVN-Revision: 24512
parent 062a1617
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ PKG_NAME:=sstrip
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
$(CC) $(HOST_CFLAGS) -I./include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c
$(CC) $(HOST_CFLAGS) -I$(TOPDIR)/tools/include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c
endef
define Host/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