1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 10:20:33 +00:00
pdf2htmlEX/buildScripts/fontforgeConfig.site

7 lines
213 B
Plaintext
Raw Normal View History

2019-11-26 10:49:39 +00:00
# This autotools config.site file add the python2.7 include files which are
# for some reason missed in the standard fontforge configuration on
# travisCI
2019-11-26 12:03:23 +00:00
PYTHON_CFLAGS=$PYTHON_CFLAGS -I/usr/include/python2.7
2019-11-26 10:49:39 +00:00