浏览代码

Merge pull request #5658 from FourteenBrush/patch-3

Add build tags to `posix/spawn.odin`
Laytan 4 天之前
父节点
当前提交
42c2cb89b5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {