Merge pull request #5658 from FourteenBrush/patch-3

Add build tags to `posix/spawn.odin`
This commit is contained in:
Laytan
2025-09-07 22:35:36 +02:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
#+build linux, darwin, openbsd, freebsd, netbsd, haiku
package posix
when ODIN_OS == .Darwin {