diff --git a/vendor/raylib/raylib.odin b/vendor/raylib/raylib.odin index 01f4199ff..01235b6ec 100644 --- a/vendor/raylib/raylib.odin +++ b/vendor/raylib/raylib.odin @@ -115,7 +115,7 @@ when ODIN_OS == .Windows { // multiple copies of raylib.so, but since these bindings are for // particular version of the library, I better specify it. Ideally, // though, it's best specified in terms of major (.so.4) - "linux-arm64/libraylib.so.600" when RAYLIB_SHARED else "linux-arm/libraylib.a", + "linux-arm64/libraylib.so.600" when RAYLIB_SHARED else "linux-arm64/libraylib.a", "system:dl", "system:pthread", "system:X11", diff --git a/vendor/raylib/rlgl/rlgl.odin b/vendor/raylib/rlgl/rlgl.odin index aed63fac7..0655a4073 100644 --- a/vendor/raylib/rlgl/rlgl.odin +++ b/vendor/raylib/rlgl/rlgl.odin @@ -135,7 +135,7 @@ when ODIN_OS == .Windows { // multiple copies of raylib.so, but since these bindings are for // particular version of the library, I better specify it. Ideally, // though, it's best specified in terms of major (.so.4) - "../linux-arm64/libraylib.so.600" when RAYLIB_SHARED else "../linux-arm/libraylib.a", + "../linux-arm64/libraylib.so.600" when RAYLIB_SHARED else "../linux-arm64/libraylib.a", "system:dl", "system:pthread", "system:X11",