diff options
| author | FourteenBrush <74827262+FourteenBrush@users.noreply.github.com> | 2025-09-09 14:41:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 14:41:28 +0200 |
| commit | eb7218eff0d1aa42227e45afb2b4e8bdfcd78f5c (patch) | |
| tree | bd760448814e1500ac971b96c4b09a0efa7a917d /core/sys | |
| parent | fb1dd3052d92a8e8b8de6aca9c74c482cfac30bf (diff) | |
| parent | 9abc3f67b52860f3fe85bfdbcd3bc014a4651ad5 (diff) | |
Merge branch 'odin-lang:master' into patch-2
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 { |