We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e82ff commit fa16c65Copy full SHA for fa16c65
Makefile
@@ -43,3 +43,4 @@ smoketest-macos:
43
# Test on macos.
44
GOOS=darwin CGO_ENABLED=1 go build -o /tmp/go-build-discard ./examples/scanner
45
GOOS=darwin CGO_ENABLED=1 go build -o /tmp/go-build-discard ./examples/discover
46
+ GOOS=darwin CGO_ENABLED=1 go build -o /tmp/go-build-discard ./examples/nusclient
rawterm/hosted.go
@@ -1,4 +1,4 @@
1
-// +build linux,!baremetal
+// +build linux,!baremetal darwin
2
3
// Package rawterm provides some sort of raw terminal interface, both on hosted
4
// systems and baremetal. It is intended only for use by examples.
0 commit comments