aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-09 16:34:24 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-09 16:34:24 +0100
commit7a7127aa13e86c29f2783e79732332edad8c514e (patch)
treee720491b443c141dcc27ae4725b99f47be358058
parent8366e7094a976b9d7646e3f6eada7e5e1820f117 (diff)
Fix package line
-rw-r--r--core/os/old/dir_unix.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/old/dir_unix.odin b/core/os/old/dir_unix.odin
index 6d2a44626..95cc887d6 100644
--- a/core/os/old/dir_unix.odin
+++ b/core/os/old/dir_unix.odin
@@ -1,5 +1,5 @@
#+build darwin, linux, netbsd, freebsd, openbsd, haiku
-package os_old_old
+package os_old
import "core:strings"