Skip to content

Commit

Permalink
openmp: Fix OpenMP support
Browse files Browse the repository at this point in the history
Replace OPENMP_CFLAGS by OPENMP_CXXFLAGS.
This completes commit 6140be6.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 11, 2016
1 parent 92f2eda commit 224eb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Makefile.am
Expand Up @@ -88,7 +88,7 @@ tesseract_LDADD = libtesseract.la

tesseract_LDFLAGS = $(OPENCL_LDFLAGS)

tesseract_LDADD += $(OPENMP_CFLAGS)
tesseract_LDADD += $(OPENMP_CXXFLAGS)

if T_WIN
tesseract_LDADD += -lws2_32
Expand Down

0 comments on commit 224eb8a

Please sign in to comment.