Skip to content

Commit cd6b3ae

Browse files
committed
ci:build test
1 parent b2d7a7e commit cd6b3ae

File tree

1 file changed

+1
-1
lines changed
  • XEngine_Source/XEngine_ModuleHelp

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_ModuleHelp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifeq ($(MACRO_QR_SUPPORT),1)
1515
LIB += -lqrencode
1616
endif
1717
ifeq ($(MACRO_OPENCV_SUPPORT),1)
18-
LIB += -llzma -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lopencv_wechat_qrcode -ltesseract -lleptonica
18+
LIB += -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lopencv_wechat_qrcode -ltesseract -lleptonica
1919
endif
2020

2121
ifeq ($(RELEASE),1)

0 commit comments

Comments
 (0)