mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11095 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
64f949f295
commit
ce74dc0743
12 changed files with 10 additions and 67 deletions
|
|
@ -16,12 +16,6 @@ ifdef APPEXTRA
|
|||
INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME), Darwin)
|
||||
SHARED_FLAG=-dynamiclib -Wl,-single_module
|
||||
else
|
||||
SHARED_FLAG=-shared
|
||||
endif
|
||||
|
||||
LINKFILE := $(OBJDIR)/link.lds
|
||||
DEPFILE = $(OBJDIR)/dep-searchengine
|
||||
SRC = searchengine.c parser.c token.c dbinterface.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue