Skip to content

Commit bf011fe

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

src/os/osexec.go

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

33
package os
44

0 commit comments

Comments
 (0)