summaryrefslogtreecommitdiff
path: root/gui/build.sh
diff options
context:
space:
mode:
authorkali <kali@win>2020-10-30 22:11:20 +0100
committerkali kaneko (leap communications) <kali@leap.se>2020-11-04 12:38:45 +0100
commitd3c7abb7eba8658667b0962cacc6ecd3526fc792 (patch)
tree442ae1703e9ddc03fa11c08d43fc48d893e3ac32 /gui/build.sh
parentb04607a7d97d59c09ac563fd257930d7ce406ad5 (diff)
[bug] remove debug console in windows
squashed in this commit: reintroduce the dummy autostart_win implementation that was removed by mistake. I did not manage to get autostart working in windows, this is pending to be re-worked. see https://0xacab.org/leap/bitmask-vpn/-/issues/389
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"