From 4ef89db63b9dcc50fdd318a80b674898a233f1ef Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 8 Mar 2016 06:21:12 -0700 Subject: [PATCH] do not gen commands --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4902853f..7c4f3e31 100755 --- a/build.sh +++ b/build.sh @@ -38,7 +38,7 @@ if [ "$NOCOPY" != "1" ]; then cd $WD fi -core/gen.sh +#core/gen.sh # build and store objects into original directory. go build -ldflags "$LDFLAGS" -o "$OD/tile38-server" cmd/tile38-server/*.go