Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Apr 15, 2024
1 parent 7edf9a5 commit 280dbec
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gpkg/glib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
termux_step_pre_configure() {
CFLAGS+=" -g3 -ffat-lto-objects"
CXXFLAGS+=" -g3 -ffat-lto-objects"
}

termux_step_post_configure() {
cat ${TERMUX_PKG_BUILDDIR}/meson-logs/meson-log.txt
exit 1
export PKG_CONFIG="pkg-config --env-only"
export PKGCONFIG=$PKG_CONFIG
}

#termux_step_post_configure() {
# cat ${TERMUX_PKG_BUILDDIR}/meson-logs/meson-log.txt
# exit 1
#}

termux_step_create_debscripts() {
for i in postinst postrm triggers; do
sed \
Expand Down

0 comments on commit 280dbec

Please sign in to comment.