diff options
author | beenje <beenje@xbmc.org> | 2011-05-01 14:42:47 +0200 |
---|---|---|
committer | beenje <beenje@xbmc.org> | 2011-05-02 23:00:49 +0200 |
commit | d493b3b6375b127720b9a09fdf7e9cd410c0c4f4 (patch) | |
tree | f609633897d67a07e0a1a863e52ee5cdadc39687 /lib/vgmstream | |
parent | 3ffe5659769242c9e54c2d83c43632ba36735c0a (diff) |
[osx] cross-compile powerpc-osx
Diffstat (limited to 'lib/vgmstream')
-rw-r--r-- | lib/vgmstream/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/vgmstream/Makefile.in b/lib/vgmstream/Makefile.in index 0d5cfad179..361a4cb42e 100644 --- a/lib/vgmstream/Makefile.in +++ b/lib/vgmstream/Makefile.in @@ -1,5 +1,4 @@ ARCH=@ARCH@ -SYSROOT=@SYSROOT@ ifeq ($(findstring osx,$(ARCH)), osx) CFLAGS +=-fms-extensions -D_LINUX -O3 -DXBMC @@ -196,7 +195,7 @@ SLIB=@abs_top_srcdir@/system/players/paplayer/vgmstream-@ARCH@.so $(SLIB): $(OBJS) ifeq ($(findstring osx,$(ARCH)), osx) - $(CXX) $(SYSROOT) -Wl,-alias_list,@abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper_mach_alias \ + $(CXX) $(LDFLAGS) -Wl,-alias_list,@abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper_mach_alias \ -bundle -undefined dynamic_lookup -read_only_relocs suppress -o $@ \ @abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper.o $(OBJS) $(BUNDLE1_O) else |