Browse Source

Update dir_unix.odin

avanspector 8 tháng trước cách đây
mục cha
commit
c686728184
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"