Add binaries for raylib on "linux" and "darwin"

This commit is contained in:
gingerBill
2021-09-08 18:15:20 +01:00
parent 7e859c3e75
commit d36329b8ec
9 changed files with 2 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ when #config(RAYLIB_USE_LINALG, false) {
#assert(size_of(rune) == size_of(c.int))
when ODIN_OS == "windows" do foreign import lib "raylib.lib"
when ODIN_OS == "linux" do foreign import lib "linux/libraylib.a"
when ODIN_OS == "darwin" do foreign import lib "macos/libraylib.a"
VERSION :: "3.7"