diff --git a/projects/Virtual/options b/projects/Virtual/options index 9c9aec3e1f..4e527eebb8 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -338,12 +338,5 @@ ADDON_SERVER_URL="http://addons.openelec.tv" # set the addon dirs - case $TARGET_ARCH in - i386) - ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH" - ;; - x86_64) - ADDON_PATH="$ADDON_VERSION/Intel/$TARGET_ARCH" - ;; - esac + ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH" ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"