Skip to content

Commit 224eb8a

Browse files
committed
openmp: Fix OpenMP support
Replace OPENMP_CFLAGS by OPENMP_CXXFLAGS. This completes commit 6140be6. Signed-off-by: Stefan Weil <[email protected]>
1 parent 92f2eda commit 224eb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tesseract_LDADD = libtesseract.la
8888

8989
tesseract_LDFLAGS = $(OPENCL_LDFLAGS)
9090

91-
tesseract_LDADD += $(OPENMP_CFLAGS)
91+
tesseract_LDADD += $(OPENMP_CXXFLAGS)
9292

9393
if T_WIN
9494
tesseract_LDADD += -lws2_32

0 commit comments

Comments
 (0)