mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-25 21:28:13 +00:00
also removes Haiku from core:sys/info, core:os/old, core:path/filepath, core:dynlib, core:time, core:testing, and core:terminal (minor changes) Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
7 lines
129 B
Odin
7 lines
129 B
Odin
#+build linux, darwin, freebsd, openbsd, netbsd
|
|
package filepath
|
|
|
|
SEPARATOR :: '/'
|
|
SEPARATOR_STRING :: `/`
|
|
LIST_SEPARATOR :: ':'
|