Skip to content

Commit d6240db

Browse files
committed
actually fix last?
1 parent 9d219c3 commit d6240db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross_compile_ffmpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ build_libtesseract() {
944944
build_libleptonica
945945
do_git_checkout https://github.com/tesseract-ocr/tesseract.git tesseract_git 4.1.1
946946
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...
947+
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...
948948
if [[ $compiler_flavors != "native" ]]; then
949949
apply_patch file://$patch_dir/tesseract-4.1.1_mingw-std-threads.patch
950950
generic_configure "--disable-openmp"

0 commit comments

Comments
 (0)