2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-11 22:52:27 +00:00

Compare commits

..

No commits in common. "58c31fdd5e9e633281cb6830d63427da050fbe41" and "e9166457fad8d446572b8434d1895aa586baf6b7" have entirely different histories.

View File

@ -14,7 +14,6 @@ cmake --build build --verbose -j$(nproc) --target libqpdf -- -k
if [ "$future" = "1" ]; then
# Run qpdf's test suite in FUTURE mode as well
ctest --verbose
export QPDF_FUTURE=True
fi
export QPDF_SOURCE_TREE=$PWD
export QPDF_BUILD_LIBDIR=$QPDF_SOURCE_TREE/build/libqpdf