From a8d291bd20428a59d29b886b7b1403261f9e5af3 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 1 Jan 2013 13:05:39 +0100 Subject: Fix cross compiling sansapatcher. windres also needs the cross compiler prefix. Change-Id: Ia27ac8b9f3b47962764eff6b960e1105544b0b89 --- rbutil/sansapatcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/sansapatcher/Makefile') diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile index 88b3b65345..4e86d6b06f 100644 --- a/rbutil/sansapatcher/Makefile +++ b/rbutil/sansapatcher/Makefile @@ -39,7 +39,7 @@ endif $(OBJDIR)main.o: $(BOOTSRC) $(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest - $(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o + $(CROSS)$(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o bootimg_c200.c: firmware.mi4 $(BIN2C) @echo BIN2C $< -- cgit v1.2.3