From f08295ab257404420cb99d792ef01b0d6dcffc9f Mon Sep 17 00:00:00 2001 From: "mtilden@gmail.com" Date: Sun, 29 Jan 2012 01:09:00 +0000 Subject: now it will compile on linux git-svn-id: http://mc-server.googlecode.com/svn/trunk@185 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 378847ffe..018d454f8 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ CC = /usr/bin/g++ CC_OPTIONS = -s -O3 CCE_OPTIONS = -s -x c -O3 -LNK_OPTIONS = -lstdc++ -O3 +LNK_OPTIONS = -lstdc++ -pthread -O3 # -- cgit v1.2.3