Quellcode durchsuchen

Add build tags to `posix/spawn.odin`

FourteenBrush vor 1 Woche
Ursprung
Commit
fe531c1888
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 {