From: hgn Date: Wed, 28 Sep 2022 15:36:43 +0000 (+0000) Subject: pthread X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=a9f402f2e336dadff2207dacf69416a66f50c8f8;hp=4625f91b85d2badbb719a7f5bcaa2426af25911b;p=carveJwlIkooP6JGAAIwe30JlM.git pthread --- diff --git a/build.sh b/build.sh index 9fb7886..63e00b2 100755 --- a/build.sh +++ b/build.sh @@ -148,7 +148,7 @@ vg_command(){ _compiler=$_linux_compiler _options=$_linux_options - _link="-lm -lsdkencryptedappticket $_linux_linksteam" + _link="-pthread -lm -lsdkencryptedappticket $_linux_linksteam" _src="server.c" _folder=$_linux_server_folder _dst="skaterift_server"