mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
corrected travis 17
This commit is contained in:
parent
df1f265592
commit
d6420613d9
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
source buildScripts/versionEnvs
|
source buildScripts/versionEnvs
|
||||||
|
|
||||||
|
export CONFIG_SITE=$(pwd)/buildScripts/fontforgeConfig.site
|
||||||
|
|
||||||
cd fontforge
|
cd fontforge
|
||||||
./bootstrap
|
./bootstrap
|
||||||
./configure --disable-silent-rules
|
./configure --disable-silent-rules
|
||||||
|
6
buildScripts/fontforgeConfig.site
Normal file
6
buildScripts/fontforgeConfig.site
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user