Skip to content

Commit 6f1032a

Browse files
committed
fixed:db module build error on mac
1 parent e09fe1f commit 6f1032a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/MQCore_DBModule/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 = -lHelpComponents_DataBase
10+
LIB = -lXEngine_BaseLib -lHelpComponents_DataBase
1111
LIBEX =
1212
OBJECTS = DBModule_MQData.o DBModule_MQUser.o pch.o
1313

0 commit comments

Comments
 (0)