diff options
| author | avanspector <avanspector@gmail.com> | 2025-01-10 07:07:40 +0100 |
|---|---|---|
| committer | avanspector <avanspector@gmail.com> | 2025-01-10 07:07:40 +0100 |
| commit | 0a985f5d02ef0821353a2bf80638519d5419d5d7 (patch) | |
| tree | 4a3c6913792199cec4eb237f44663ee7c01f5d27 /core/path/filepath | |
| parent | 9868c8292b36ef854eab7beafb1c8154d49d98f0 (diff) | |
Haiku: small fixes across core
Diffstat (limited to 'core/path/filepath')
| -rw-r--r-- | core/path/filepath/path_unix.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/path/filepath/path_unix.odin b/core/path/filepath/path_unix.odin index 35b98a7ae..8bf412599 100644 --- a/core/path/filepath/path_unix.odin +++ b/core/path/filepath/path_unix.odin @@ -1,4 +1,4 @@ -#+build linux, darwin, freebsd, openbsd, netbsd +#+build linux, darwin, freebsd, openbsd, netbsd, haiku package filepath import "base:runtime" |