essence cross compile

This commit is contained in:
Nakst
2017-11-26 11:03:11 +00:00
parent adb6c7637e
commit b0d3fbba47
6 changed files with 206 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
when ODIN_OS == "windows" do export "core:os_windows.odin";
when ODIN_OS == "osx" do export "core:os_x.odin";
when ODIN_OS == "linux" do export "core:os_linux.odin";
when ODIN_OS == "essence" do export "core:os_essence.odin";
import "mem.odin";