TEMP: LibreELEC-settings: don't compile (not Python3 compatible)

This commit is contained in:
MilhouseVH 2019-10-24 22:51:28 +01:00
parent 602599af66
commit c5defa752d

View File

@ -25,9 +25,9 @@ post_makeinstall_target() {
ADDON_INSTALL_DIR=$INSTALL/usr/share/kodi/addons/service.libreelec.settings ADDON_INSTALL_DIR=$INSTALL/usr/share/kodi/addons/service.libreelec.settings
python_compile $ADDON_INSTALL_DIR/resources/lib/ #python_compile $ADDON_INSTALL_DIR/resources/lib/
python_compile $ADDON_INSTALL_DIR/oe.py #python_compile $ADDON_INSTALL_DIR/oe.py
} }
post_install() { post_install() {