From 1a44fd6bf68eb5c2afa8201c04791949d038cae4 Mon Sep 17 00:00:00 2001 From: ExMex Date: Fri, 22 Jan 2016 03:05:19 +0100 Subject: [PATCH] Fixed build script --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 36d68d6d5..cb36eba06 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,7 +3,7 @@ outPath=./output rm -rf $outPath mkdir $outPath -go build ../gogs.go -tags "sqlite tidb miniwinsvc cert" +go build -tags "sqlite miniwinsvc cert" ../gogs.go PLATFORM=`uname | cut -d _ -f 1` if [ $PLATFORM = "MINGW32" ] || [ $PLATFORM = "MINGW64" ] || [ $PLATFORM = "CYGWIN" ]; then GOGS_EXE=gogs.exe