mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
Revert r25854 which was bad for the database tool (I forgot it still needs the wrappers from uisimulator/common/io.c). Fix it so it works for both.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25856 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab4a162763
commit
6ac64206f3
4 changed files with 4 additions and 11 deletions
|
|
@ -8,8 +8,6 @@ database.c
|
|||
../../apps/mp3data.c
|
||||
../../apps/tagcache.c
|
||||
../../firmware/common/crc32.c
|
||||
../../firmware/common/ctype.c
|
||||
../../firmware/common/errno.c
|
||||
../../firmware/common/strlcpy.c
|
||||
../../firmware/common/strcasestr.c
|
||||
../../firmware/common/structec.c
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ GCCOPTS+=`$(SDLCONFIG) --cflags`
|
|||
OLDGCCOPTS:=$(GCCOPTS)
|
||||
GCCOPTS+=-D__PCTOOL__ $(FIRMINC) $(SIMINCLUDES)
|
||||
|
||||
LIBS=`$(SDLCONFIG) --libs`
|
||||
LIBS=`$(SDLCONFIG) --libs` -lc
|
||||
ifneq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||
LIBS += -ldl
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue