Skip to content

Commit ef26b31

Browse files
committed
improve tesseract.pc.in - fixes tesseract-ocr#241
1 parent ff2ca31 commit ef26b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesseract.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ URL: https://github.com/tesseract-ocr/tesseract
1212
Version: @VERSION@
1313
Requires.private: lept
1414
Libs: -L${libdir} -ltesseract
15-
Libs.private: -lpthread -llept @OPENCL_LIB@
15+
Libs.private: -lpthread @OPENCL_LDFLAGS@
1616
Cflags: -I${includedir}

0 commit comments

Comments
 (0)