Skip to content

Commit e09fe1f

Browse files
committed
fixed:session module build error on mac
1 parent ed0d854 commit e09fe1f

File tree

1 file changed

+1
-1
lines changed
  • XEngine_Source/MQCore_SessionModule

1 file changed

+1
-1
lines changed

XEngine_Source/MQCore_SessionModule/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 ./
99
LOADSO =
10-
LIB =
10+
LIB = -lXEngine_BaseLib
1111
LIBEX =
1212
OBJECTS = SessionModule_Client.o pch.o
1313

0 commit comments

Comments
 (0)