Skip to content

Commit

Permalink
Merge pull request #3959 from MilhouseVH/le10_settings-addon-py3
Browse files Browse the repository at this point in the history
LibreELEC-settings: re-enable bytecode compilation
  • Loading branch information
HiassofT committed Nov 12, 2019
2 parents 0acb5ae + 5578f1c commit def3336
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/mediacenter/LibreELEC-settings/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ post_makeinstall_target() {

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/defaults.py

python_compile $ADDON_INSTALL_DIR/oe.py
}

post_install() {
Expand Down

0 comments on commit def3336

Please sign in to comment.