Fix cross compiling sansapatcher.
windres also needs the cross compiler prefix. Change-Id: Ia27ac8b9f3b47962764eff6b960e1105544b0b89
This commit is contained in:
parent
b63d429c8f
commit
a8d291bd20
1 changed files with 1 additions and 1 deletions
|
@ -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 $<
|
||||||
|
|
Loading…
Reference in a new issue