Fix building of sims for targets with remotes in OS X.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cf7a71c302
commit
92fa6eab56
4 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#if defined(SIMULATOR) && defined(__APPLE__)
|
||||
osx.dummy.bmp
|
||||
osx_dummy.bmp
|
||||
#endif
|
||||
|
|
Before Width: | Height: | Size: 66 B After Width: | Height: | Size: 66 B |
|
@ -1,3 +1,3 @@
|
|||
#if defined(SIMULATOR) && defined(__APPLE__)
|
||||
osx.dummy.bmp
|
||||
osx_remote_dummy.bmp
|
||||
#endif
|
||||
|
|
Before Width: | Height: | Size: 66 B After Width: | Height: | Size: 66 B |
Loading…
Reference in a new issue