mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Added mest-ui start options and ability to enable debug console
This commit is contained in:
parent
7d7db57319
commit
70d32441c0
6 changed files with 45 additions and 4 deletions
4
build
4
build
|
@ -58,10 +58,6 @@ build_meshctl() {
|
|||
}
|
||||
|
||||
build_mesh_ui() {
|
||||
#only UI should be built with windowsgui flag
|
||||
if [ "$GOOS" == "windows" ]; then
|
||||
LDFLAGS2=" -H windowsgui"
|
||||
fi
|
||||
buildbin ./contrib/ui/mesh-ui
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue