diff options
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/posix/spawn.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/posix/spawn.odin b/core/sys/posix/spawn.odin index 584201bcf..4eacb3b4b 100644 --- a/core/sys/posix/spawn.odin +++ b/core/sys/posix/spawn.odin @@ -1,3 +1,4 @@ +#+build linux, darwin, openbsd, freebsd, netbsd, haiku package posix when ODIN_OS == .Darwin { |