aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-02-16 18:55:14 +0000
committerdavilla <davilla@svn>2010-02-16 18:55:14 +0000
commitde106579fac015a4c9628aa0df38a2834e179e45 (patch)
tree9733cf9264dd1011886f5075273c3d577b1284c2 /Makefile.in
parentb1e1b36ce8a983f431f54b0915efb6c28e5c195b (diff)
[osx] 1) fixed #8490, detect arch type properly for 10.6 so build works with both 32/64 bit kernels, 2) fixed ppc build breakage
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27905 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 05659dff6f..f11c981d42 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -270,7 +270,7 @@ xbmc/lib/libapetag/.libs/libapetag.a: force
lib/libmodplug/src/.libs/libmodplug.a: force
$(MAKE) -C lib/libmodplug
system/players/paplayer/libmodplug-$(ARCH).so: lib/libmodplug/src/.libs/libmodplug.a
- ld -all_load -bundle -flat_namespace -undefined suppress -o $@ $<
+ ld -all_load -bundle -flat_namespace -undefined suppress -arch @ARCHTYPE@ -o $@ $<
lib/xbmc-dll-symbols/dll-symbols.a: force
$(MAKE) -C lib/xbmc-dll-symbols
lib/libmicrohttpd/src/daemon/.libs/libmicrohttpd.a: force