additional mac support - mesh

This commit is contained in:
redanthrax 2022-06-08 13:14:22 -07:00
parent 7802532732
commit 78277d341d
3 changed files with 42 additions and 3 deletions

View file

@ -6,4 +6,7 @@ https://github.com/amidaware/tacticalrmm
env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"
```
#### building the mac agent
```
env GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w"
```