Skip to content

Commit a97cdf1

Browse files
committed
fix linux build script.
1 parent b198266 commit a97cdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gcc -Wall -Wextra -o login_server ../login_server.c ../directory.c ../net_linux.
66

77
gcc -Wall -Wextra -o game_server.so -fPIC -rdynamic -shared ../game_server_lib.c ../directory.c ../net_linux.c ../wqueue.c -lpthread -lm
88

9-
gcc -Wall -Wextra -o game_server ../game_server.c ../net_linux.c ../lib.c -lpthread -ldl
9+
gcc -Wall -Wextra -o game_server ../game_server.c ../net_linux.c ../library.c -lpthread -ldl
1010

1111
popd

0 commit comments

Comments
 (0)