mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix __PCTOOL__ dependencies on SIMULATOR
* filesize() is not POSIX, so it doesn't need stubbing or redirecting * make the various directory functions use the sim_ versions for PCTOOL * PCTOOL needs generic byteswap functions * fix the database makefile to not use -DSIMULATOR anymore Change-Id: Ic6abc4f662830b85626c751a472fa4a03e844871
This commit is contained in:
parent
f7a4ee2ddc
commit
c6d20104eb
5 changed files with 5 additions and 5 deletions
|
@ -191,6 +191,8 @@ enum {
|
|||
#elif defined(HAVE_SDL) /* SDL build */
|
||||
#include "system-sdl.h"
|
||||
#define NEED_GENERIC_BYTESWAPS
|
||||
#elif defined(__PCTOOL__)
|
||||
#define NEED_GENERIC_BYTESWAPS
|
||||
#endif
|
||||
#include "bitswap.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue