aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralcoheca <alcoheca@svn>2010-03-22 20:52:37 +0000
committeralcoheca <alcoheca@svn>2010-03-22 20:52:37 +0000
commit42db03b90c11c24bd38574107adca2c56ff4b57b (patch)
tree3c4d01ec6021e11e327f66e1942dc96496e258fc
parentdcb4e268e68c95b86e36d040f0251166b2fe3f3a (diff)
fixed: BuildLibName failed for scripts
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28755 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--xbmc/addons/Addon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/addons/Addon.cpp b/xbmc/addons/Addon.cpp
index 8b67cfe067..e1e6623d31 100644
--- a/xbmc/addons/Addon.cpp
+++ b/xbmc/addons/Addon.cpp
@@ -253,6 +253,7 @@ void CAddon::BuildLibName()
case ADDON_VIZ:
ext = ADDON_VIS_EXT;
break;
+ case ADDON_SCRIPT:
case ADDON_PLUGIN:
ext = ADDON_PYTHON_EXT;
break;