Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Jan 4, 2024
1 parent 980ef1e commit 35cc7cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gpkg/gobject-introspection/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
termux_step_pre_configure() {
CPPFLAGS+="-I$TERMUX_PREFIX/include/python${TERMUX_PYTHON_VERSION} -I$TERMUX_PREFIX/include/python${TERMUX_PYTHON_VERSION}/cpython"
}

termux_step_post_make_install() {
$TERMUX_PREFIX/bin/python3 -m compileall -d $TERMUX_PREFIX/lib/gobject-introspection $TERMUX_PREFIX/lib/gobject-introspection
$TERMUX_PREFIX/bin/python3 -O -m compileall -d $TERMUX_PREFIX/lib/gobject-introspection $TERMUX_PREFIX/lib/gobject-introspection
}

0 comments on commit 35cc7cc

Please sign in to comment.