corrected travis 17

This commit is contained in:
Stephen Gaito 2019-11-26 10:49:39 +00:00
parent df1f265592
commit d6420613d9
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,8 @@
source buildScripts/versionEnvs
export CONFIG_SITE=$(pwd)/buildScripts/fontforgeConfig.site
cd fontforge
./bootstrap
./configure --disable-silent-rules

View File

@ -0,0 +1,6 @@
# This autotools config.site file add the python2.7 include files which are
# for some reason missed in the standard fontforge configuration on
# travisCI
CFLAGS=$CFLAGS -I/usr/include/python2.7