Browse Source

Update dir_unix.odin

avanspector 8 months ago
parent
commit
c686728184
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/os/dir_unix.odin

+ 1 - 1
core/os/dir_unix.odin

@@ -1,4 +1,4 @@
-#+build darwin, linux, netbsd, freebsd, openbsd
+#+build darwin, linux, netbsd, freebsd, openbsd, haiku
 package os
 
 import "core:strings"