Skip to content

Commit

Permalink
vendor/raylib: revert removal of arm64 raygui binaries and fix import…
Browse files Browse the repository at this point in the history
… paths
  • Loading branch information
laytan committed Nov 26, 2024
1 parent 767daf4 commit ef3d51f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added vendor/raylib/macos-arm64/libraygui.a
Binary file not shown.
Binary file added vendor/raylib/macos-arm64/libraygui.dylib
Binary file not shown.
4 changes: 2 additions & 2 deletions vendor/raylib/raylib.odin
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ when ODIN_OS == .Windows {
}
} else when ODIN_OS == .Darwin {
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:OpenGL.framework",
"system:IOKit.framework",
Expand Down Expand Up @@ -1779,4 +1779,4 @@ IsWaveReady :: IsWaveValid
IsSoundReady :: IsSoundValid
IsMusicReady :: IsMusicValid
IsAudioStreamReady :: IsAudioStreamValid
IsShaderReady :: IsShaderValid
IsShaderReady :: IsShaderValid

0 comments on commit ef3d51f

Please sign in to comment.