openmp: Fix OpenMP support

Replace OPENMP_CFLAGS by OPENMP_CXXFLAGS.
This completes commit 6140be6a55.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2016-12-11 22:48:26 +01:00
parent 92f2eda2c7
commit 224eb8ae04

View File

@ -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