Skip to content

Commit e369ae7

Browse files
committed
adjust baremetal build tags
1 parent 3a16151 commit e369ae7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/os/exec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !baremetal
1+
//go:build !baremetalA
22

33
package os
44

src/os/exec_other.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !aix && !android && !freebsd && !linux && !netbsd && !openbsd && !plan9 && !solaris
2-
// +build !aix,!android,!freebsd,!linux,!netbsd,!openbsd,!plan9,!solaris
1+
//go:build (!aix && !android && !freebsd && !linux && !netbsd && !openbsd && !plan9 && !solaris) || baremetal
2+
// +build !aix,!android,!freebsd,!linux,!netbsd,!openbsd,!plan9,!solaris baremetal
33

44
package os
55

0 commit comments

Comments
 (0)