corrected travis 25

This commit is contained in:
Stephen Gaito 2019-11-26 12:55:53 +00:00
parent 0792e570a5
commit d65e6ff66e
1 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,14 @@
source buildScripts/versionEnvs
export CONFIG_SITE=/home/travis/build/pdf2htmlEX/buildScripts/fontforgeConfig.site
# This is a work-around to fix TravisCI's declaration of PYTHON_CFLAGS
# which is then honoured exactly as is by the fontforge bootstrap and
# configure steps
#
if [ -n "$PYTHON_CFLAGS" ] ; then
export PYTHON_CFLAGS="$(pkg-config --cflags python) $PYTHON_CFLAGS"
fi
echo ""
echo "-------------------------------"
@ -40,7 +47,6 @@ do
patch -p 1 < $APATCHFILE
done
tree /usr/include/python2.7
#cd fontforge