Skip to content

Commit ed0d854

Browse files
committed
fixed:protocol module build error on mac
1 parent 5f43494 commit ed0d854

File tree

1 file changed

+1
-1
lines changed
  • XEngine_Source/MQCore_ProtocolModule

1 file changed

+1
-1
lines changed

XEngine_Source/MQCore_ProtocolModule/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LIBFLAG =
77
RELEASE = 0
88
LOADHDR = -I ./ -I ../XEngine_Depend/XEngine_Module/jsoncpp
99
LOADSO = -L ../XEngine_Depend/XEngine_Module/jsoncpp
10-
LIB = -ljsoncpp
10+
LIB = -ljsoncpp -lXEngine_BaseLib -lXEngine_OPenSsl -lRfcComponents_MQTTProtocol
1111
LIBEX =
1212
OBJECTS = ProtocolModule_Packet.o ProtocolModule_Parse.o pch.o
1313

0 commit comments

Comments
 (0)