X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ca802458650eb925a25b6fd6d1ba71255f466860..003edc824793e594c6f1b27a9183436aa8375d55:/packages/git/build.sh diff --git a/packages/git/build.sh b/packages/git/build.sh index ddf8d2f9..9789213e 100755 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -40,6 +40,9 @@ termux_step_pre_configure () { # remains without bumped modification times, so are not picked # up by the package): rm -Rf $TERMUX_PREFIX/share/git-perl + + # Fixes build if utfcpp is installed: + CPPFLAGS="-I$TERMUX_PKG_SRCDIR $CPPFLAGS" } termux_step_post_make_install () {