mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
vendor/raylib: revert removal of arm64 raygui binaries and fix import paths
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+1
-1
@@ -122,7 +122,7 @@ when ODIN_OS == .Windows {
|
|||||||
}
|
}
|
||||||
} else when ODIN_OS == .Darwin {
|
} else when ODIN_OS == .Darwin {
|
||||||
foreign import lib {
|
foreign import lib {
|
||||||
"macos/libraylib.550.dylib" when RAYLIB_SHARED else "libraylib.a",
|
"macos/libraylib.550.dylib" when RAYLIB_SHARED else "macos/libraylib.a",
|
||||||
"system:Cocoa.framework",
|
"system:Cocoa.framework",
|
||||||
"system:OpenGL.framework",
|
"system:OpenGL.framework",
|
||||||
"system:IOKit.framework",
|
"system:IOKit.framework",
|
||||||
|
|||||||
Reference in New Issue
Block a user