Skip to content

Commit

Permalink
adjust baremetal build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
leongross committed Aug 9, 2024
1 parent 3a16151 commit e369ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/os/exec.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !baremetal
//go:build !baremetalA

package os

Expand Down
4 changes: 2 additions & 2 deletions src/os/exec_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !aix && !android && !freebsd && !linux && !netbsd && !openbsd && !plan9 && !solaris
// +build !aix,!android,!freebsd,!linux,!netbsd,!openbsd,!plan9,!solaris
//go:build (!aix && !android && !freebsd && !linux && !netbsd && !openbsd && !plan9 && !solaris) || baremetal
// +build !aix,!android,!freebsd,!linux,!netbsd,!openbsd,!plan9,!solaris baremetal

package os

Expand Down

0 comments on commit e369ae7

Please sign in to comment.