We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fdfde0 + 5715d6d commit 87c8984Copy full SHA for 87c8984
linux/build
@@ -40,7 +40,7 @@ BLD_INCLUDE="-I../src -I /usr/include/leptonica/ -I /usr/include/tesseract/ -I..
40
SRC_LIBPNG="$(find ../src/thirdparty/libpng/ -name '*.c')"
41
SRC_ZLIB="$(find ../src/thirdparty/zlib/ -name '*.c')"
42
SRC_CCX="$(find ../src/lib_ccx/ -name '*.c')"
43
-SRC_GPAC="$(find /usr/include/gpac/ -name '*.c')"
+SRC_GPAC="$(find /usr/include/gpac/ -name '*.c' 2>/dev/null)"
44
SRC_HASH="$(find ../src/thirdparty/lib_hash/ -name '*.c')"
45
SRC_UTF8PROC="../src/thirdparty/utf8proc/utf8proc.c"
46
SRC_FREETYPE="../src/thirdparty/freetype/autofit/autofit.c
0 commit comments