mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Remove when suffixes; Implement file scope when statement, evaluated in source order
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
export "core:sync_windows.odin" when ODIN_OS == "windows";
|
||||
export "core:sync_linux.odin" when ODIN_OS == "linux";
|
||||
when ODIN_OS == "windows" do export "core:sync_windows.odin";
|
||||
when ODIN_OS == "linux" do export "core:sync_linux.odin";
|
||||
|
||||
Reference in New Issue
Block a user