aboutsummaryrefslogtreecommitdiff
path: root/core/flags/errors_nonbsd.odin
Commit message (Collapse)AuthorAgeFilesLines
* net: implement OpenBSD and NetBSD support & add stubs for other targets & ↵Laytan Laats2026-01-111-12/+0
| | | | cleanup
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* Fix build tags that use ! multiple times on one line. Those don't actually ↵Karl Zylinski2024-09-071-1/+2
| | | | do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines.
* Give FreeBSD access to `core:net` in `core:flags`Feoramund2024-08-051-1/+1
|
* Work around BSD lack of `core:net` supportFeoramund2024-06-151-0/+11