mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 18:54:12 +00:00
3 lines
116 B
Odin
3 lines
116 B
Odin
export "core:sync_windows.odin" when ODIN_OS == "windows";
|
|
export "core:sync_linux.odin" when ODIN_OS == "linux";
|