1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

corrected font forge build

This commit is contained in:
Stephen Gaito 2019-12-13 13:44:50 +00:00
parent 4007aa64e5
commit 99fc35b8b5

View File

@ -16,23 +16,18 @@ echo ""
# #
# see: https://github.com/travis-ci/travis-ci/issues/5301 (unfixed) # see: https://github.com/travis-ci/travis-ci/issues/5301 (unfixed)
# #
if [ -n "$PYTHON_CFLAGS" ] ; then
export PYTHON_CFLAGS="$(python3-config --cflags) $PYTHON_CFLAGS"
fi
if [ -n "$PYTHON_LIBS" ] ; then
export PYTHON_LIBS="$(python3-config --ldflags) $PYTHON_LIBS"
fi
echo "" echo ""
echo "PYTHON_CFLAGS:" echo "PYTHON_CFLAGS:"
echo "-------------------------------" echo "-------------------------------"
export PYTHON_CFLAGS="$(python3-config --cflags) $PYTHON_CFLAGS"
echo $PYTHON_CFLAGS echo $PYTHON_CFLAGS
echo "-------------------------------" echo "-------------------------------"
echo "" echo ""
echo "" echo ""
echo "PYTHON_LIBS:" echo "PYTHON_LIBS:"
echo "-------------------------------" echo "-------------------------------"
export PYTHON_LIBS="$(python3-config --ldflags) $PYTHON_LIBS"
echo $PYTHON_LIBS echo $PYTHON_LIBS
echo "-------------------------------" echo "-------------------------------"
echo "" echo ""