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 53281a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gpkg/glib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
termux_step_pre_configure() {
CFLAGS+=" -g3 -ffat-lto-objects"
CXXFLAGS+=" -g3 -ffat-lto-objects"

export PKG_CONFIG="pkg-config --env-only"
export PKGCONFIG=$PKG_CONFIG
}

termux_step_post_configure() {
termux_step_configure() {
termux_step_configure_meson || true

cat ${TERMUX_PKG_BUILDDIR}/meson-logs/meson-log.txt
exit 1
}
Expand Down

0 comments on commit 53281a4

Please sign in to comment.