Fix cross compiling sansapatcher.

windres also needs the cross compiler prefix.

Change-Id: Ia27ac8b9f3b47962764eff6b960e1105544b0b89
This commit is contained in:
Dominik Riebeling 2013-01-01 13:05:39 +01:00
parent b63d429c8f
commit a8d291bd20

View file

@ -39,7 +39,7 @@ endif
$(OBJDIR)main.o: $(BOOTSRC) $(OBJDIR)main.o: $(BOOTSRC)
$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest $(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) bootimg_c200.c: firmware.mi4 $(BIN2C)
@echo BIN2C $< @echo BIN2C $<