Skip to content

Commit ee6d420

Browse files
committed
fixed:macos build error
1 parent 9643357 commit ee6d420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- os: ubuntu-22.04
20+
#- os: ubuntu-22.04
2121
- os: ubuntu-24.04
2222
runs-on: ${{ matrix.os }}
2323

XEngine_Source/XEngine_ModuleProtocol/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RELEASE = 0
88
UNICODE = 0
99
LOADHDR = -I ./ -I ../XEngine_Depend/XEngine_Module/jsoncpp
1010
LOADSO = -L ../XEngine_Depend/XEngine_Module/jsoncpp
11-
LIB = -lXEngine_BaseLib -lNetHelp_XSocket -lXEngine_SystemApi -ljsoncpp
11+
LIB = -lXEngine_BaseLib -lNetHelp_XSocket -lXEngine_SystemApi -lNetHelp_APIAddr -ljsoncpp
1212
LIBEX =
1313
OBJECTS = ModuleProtocol_Packet.o ModuleProtocol_Parse.o pch.o
1414

0 commit comments

Comments
 (0)