Sfoglia il codice sorgente

Merge pull request #5658 from FourteenBrush/patch-3

Add build tags to `posix/spawn.odin`
Laytan 4 giorni fa
parent
commit
42c2cb89b5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {