aboutsummaryrefslogtreecommitdiff
path: root/addons/library.xbmc.addon
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-09-06 13:14:30 -0400
committerdavilla <davilla@4pi.com>2012-09-06 13:14:30 -0400
commita7e5cbc9f5284edd5351084de3ee0c609de20937 (patch)
treec54470f4871ce3a66df8c711ad1282e511da8d9e /addons/library.xbmc.addon
parent2d9a3bc7002b7e6fc086d74d95b16ada84699b23 (diff)
[osx] revert change to x86_64-osx, we do not track internal dylibs that way
Diffstat (limited to 'addons/library.xbmc.addon')
-rw-r--r--addons/library.xbmc.addon/libXBMC_addon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/library.xbmc.addon/libXBMC_addon.h b/addons/library.xbmc.addon/libXBMC_addon.h
index 3ed648708f..6e6ec35a57 100644
--- a/addons/library.xbmc.addon/libXBMC_addon.h
+++ b/addons/library.xbmc.addon/libXBMC_addon.h
@@ -37,7 +37,7 @@
#elif defined(__arm__)
#define ADDON_HELPER_ARCH "arm-osx"
#elif defined(__x86_64__)
-#define ADDON_HELPER_ARCH "x86_64-osx"
+#define ADDON_HELPER_ARCH "x86-osx"
#else
#define ADDON_HELPER_ARCH "x86-osx"
#endif