From f3c0db848a6c5c21b8e6aa34a826b22209cbc0f0 Mon Sep 17 00:00:00 2001 From: cuu Date: Sun, 9 Dec 2018 18:09:51 +0800 Subject: [PATCH] remove HelloWorld --- build.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index f4ae038..ae936bd 100755 --- a/build.sh +++ b/build.sh @@ -1,11 +1,8 @@ #!/bin/bash go build main.go mainscreen.go - -##HelloWorld -cd Menu/GameShell/HelloWorld/ -go build -ldflags="-s -w" -o HelloWorld.so -buildmode=plugin -cd - +#go build -ldflags="-s -w" -o main main.go mainscreen.go +