mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
simulator: fix missing background bmp on MacOS
Change-Id: I6ad8b78519764dad53d8353d14432f791a7a85a5
This commit is contained in:
parent
33c0c9efae
commit
cede12f197
1 changed files with 1 additions and 5 deletions
|
@ -21,18 +21,14 @@ SIMLIB = $(BUILDDIR)/uisimulator/libuisimulator.a
|
||||||
ifeq (yes,$(APPLICATION))
|
ifeq (yes,$(APPLICATION))
|
||||||
UIBMP=
|
UIBMP=
|
||||||
else
|
else
|
||||||
ifeq ($(UNAME), Darwin)
|
|
||||||
UIBMP=
|
|
||||||
else
|
|
||||||
UIBMP=$(BUILDDIR)/UI256.bmp
|
UIBMP=$(BUILDDIR)/UI256.bmp
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
.SECONDEXPANSION: # $$(OBJ) is not populated until after this
|
.SECONDEXPANSION: # $$(OBJ) is not populated until after this
|
||||||
|
|
||||||
$(SIMLIB): $$(SIMOBJ) $(UIBMP)
|
$(SIMLIB): $$(SIMOBJ) $(UIBMP)
|
||||||
$(SILENT)$(shell rm -f $@)
|
$(SILENT)$(shell rm -f $@)
|
||||||
$(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
|
$(call PRINTS,AR $(@F))$(AR) rcs $@ $(SIMOBJ) >/dev/null
|
||||||
|
|
||||||
$(BUILDDIR)/$(BINARY): $$(OBJ) $(FIRMLIB) $(VOICESPEEXLIB) $(CORE_LIBS) $(SIMLIB)
|
$(BUILDDIR)/$(BINARY): $$(OBJ) $(FIRMLIB) $(VOICESPEEXLIB) $(CORE_LIBS) $(SIMLIB)
|
||||||
ifeq ($(UNAME), Darwin)
|
ifeq ($(UNAME), Darwin)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue