diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-09 16:34:24 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-09 16:34:24 +0100 |
| commit | 7a7127aa13e86c29f2783e79732332edad8c514e (patch) | |
| tree | e720491b443c141dcc27ae4725b99f47be358058 /core | |
| parent | 8366e7094a976b9d7646e3f6eada7e5e1820f117 (diff) | |
Fix package line
Diffstat (limited to 'core')
| -rw-r--r-- | core/os/old/dir_unix.odin | 2 |
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" |