This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-06-15 02:12:22 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
12,688
Commits
1
Branch
80
Tags
dbb783fbf20df1bba899b7a2bcbd65f71eb32fef
Commit Graph
3 Commits
Author
SHA1
Message
Date
Karl Zylinski
8c636ac37b
Fix build tags that use ! multiple times on one line. Those don't actually 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.
2024-09-07 22:02:17 +02:00
Feoramund
ba0581ae79
Give FreeBSD access to
core:net
in
core:flags
2024-08-05 03:05:50 -04:00
Feoramund
51a013fcf1
Work around BSD lack of
core:net
support
2024-06-15 01:32:48 -04:00