forked from len0rd/rockbox
Fix build for hosted targets.
Basically the namespace code _never_ actually linked properly on hosted targets, but nobody noticed as there were no users, causing the symbols to be dropped with no fuss. The tagcache namespace awareness stuff pulled in the namespace code, which made things go kaboom due to it relying on native FAT parsing code. Change-Id: Idef5f44b026c875022436809ca1f5015eece714a
This commit is contained in:
parent
fa54e218ff
commit
57f76784c5
2 changed files with 3 additions and 1 deletions
|
@ -238,7 +238,9 @@ common/dircache.c
|
|||
common/pathfuncs.c
|
||||
common/fdprintf.c
|
||||
common/linked_list.c
|
||||
#ifndef PLATFORM_NATIVE
|
||||
common/rb_namespace.c
|
||||
#endif
|
||||
common/rectangle.c
|
||||
common/strcasecmp.c
|
||||
common/strcasestr.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue