mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
corrected travis 25
This commit is contained in:
parent
0792e570a5
commit
d65e6ff66e
@ -4,7 +4,14 @@
|
|||||||
|
|
||||||
source buildScripts/versionEnvs
|
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 ""
|
||||||
echo "-------------------------------"
|
echo "-------------------------------"
|
||||||
@ -40,7 +47,6 @@ do
|
|||||||
patch -p 1 < $APATCHFILE
|
patch -p 1 < $APATCHFILE
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
tree /usr/include/python2.7
|
tree /usr/include/python2.7
|
||||||
|
|
||||||
#cd fontforge
|
#cd fontforge
|
||||||
|
Loading…
Reference in New Issue
Block a user