We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d219c3 commit d6240dbCopy full SHA for d6240db
cross_compile_ffmpeg.sh
@@ -944,7 +944,7 @@ build_libtesseract() {
944
build_libleptonica
945
do_git_checkout https://github.com/tesseract-ocr/tesseract.git tesseract_git 4.1.1
946
cd tesseract_git
947
- sed -i.bak 's/libcurl/libbcurl_disabled/' configure.ac # --disable-curl hard disable, sometimes it's here but they link it wrong so punt...
+ sed -i.bak 's/libcurl/libbcurl_disabled/g' configure.ac # --disable-curl hard disable, sometimes it's here but they link it wrong so punt...
948
if [[ $compiler_flavors != "native" ]]; then
949
apply_patch file://$patch_dir/tesseract-4.1.1_mingw-std-threads.patch
950
generic_configure "--disable-openmp"
0 commit comments