1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +00:00

corrected travis 16

This commit is contained in:
Stephen Gaito 2019-11-26 10:18:08 +00:00
parent 23d9686096
commit df1f265592

View File

@ -6,7 +6,7 @@ source buildScripts/versionEnvs
cd fontforge cd fontforge
./bootstrap ./bootstrap
./configure ./configure --disable-silent-rules
# Apply any patches required for fontforge raw sources before we make # Apply any patches required for fontforge raw sources before we make
# #
@ -19,10 +19,10 @@ done
tree /usr/include/python2.7 tree /usr/include/python2.7
cd fontforge #cd fontforge
make -n #make -n
#cd ..
cd ..
make make
#make $MAKE_PARALLEL #make $MAKE_PARALLEL