mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
core: use !windows instead of a list of unixes
This allows building on a wider variety of unix-a-likes without needing to list them all explicitly - Windows is the special case here!
This commit is contained in:
parent
a86210b50b
commit
1e1d78329e
@ -1,4 +1,4 @@
|
||||
// +build darwin freebsd linux netbsd openbsd
|
||||
// +build !windows
|
||||
|
||||
package main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user