mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
test dial/listen in the sim
This commit is contained in:
parent
5db93be4df
commit
72afa05029
4 changed files with 63 additions and 6 deletions
2
build
2
build
|
@ -45,7 +45,7 @@ elif [ $ANDROID ]; then
|
|||
github.com/yggdrasil-network/yggdrasil-extras/src/mobile \
|
||||
github.com/yggdrasil-network/yggdrasil-extras/src/dummy
|
||||
else
|
||||
for CMD in yggdrasil yggdrasilctl yggdrasilsim; do
|
||||
for CMD in yggdrasil yggdrasilctl; do
|
||||
echo "Building: $CMD"
|
||||
go build $ARGS -ldflags="$LDFLAGS" -gcflags="$GCFLAGS" ./cmd/$CMD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue