Jelajahi Sumber

Merge pull request #5658 from FourteenBrush/patch-3

Add build tags to `posix/spawn.odin`
Laytan 4 hari lalu
induk
melakukan
42c2cb89b5
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      core/sys/posix/spawn.odin

+ 1 - 0
core/sys/posix/spawn.odin

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