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
|
package main
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue