mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Library collections
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
export "sync_windows.odin" when ODIN_OS == "windows";
|
||||
export "sync_linux.odin" when ODIN_OS == "linux";
|
||||
export "core:sync_windows.odin" when ODIN_OS == "windows";
|
||||
export "core:sync_linux.odin" when ODIN_OS == "linux";
|
||||
|
||||
Reference in New Issue
Block a user