We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d7a7e commit cd6b3aeCopy full SHA for cd6b3ae
XEngine_Source/XEngine_ModuleHelp/Makefile
@@ -15,7 +15,7 @@ ifeq ($(MACRO_QR_SUPPORT),1)
15
LIB += -lqrencode
16
endif
17
ifeq ($(MACRO_OPENCV_SUPPORT),1)
18
- LIB += -llzma -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lopencv_wechat_qrcode -ltesseract -lleptonica
+ LIB += -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lopencv_wechat_qrcode -ltesseract -lleptonica
19
20
21
ifeq ($(RELEASE),1)
0 commit comments