summaryrefslogtreecommitdiff
path: root/gui/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gui/build.sh')
-rwxr-xr-xgui/build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/build.sh b/gui/build.sh
index 17f76d4..c8433c1 100755
--- a/gui/build.sh
+++ b/gui/build.sh
@@ -58,11 +58,6 @@ function buildGoLib {
CGO_LDFLAGS="-g -O2 -mmacosx-version-min=$OSX_TARGET"
fi
- #if [ "$PLATFORM" == "MINGW64_NT-10.0" ]
- #then
- # LDFLAGS="-H windowsgui"
- #fi
-
if [ "$XBUILD" == "no" ]
then
echo "[+] Building Go library with standard Go compiler"