Skip to content

Commit

Permalink
odin: revision bump (raylib 5.5)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored and daeho-ro committed Nov 19, 2024
1 parent 93df78f commit b69de67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/o/odin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Odin < Formula
revision: "e6475fec4d2a3e34099b24a7a3bf890c7a3ef8d9"
version "2024-11"
license "BSD-3-Clause"
revision 1
head "https://github.com/odin-lang/Odin.git", branch: "master"

bottle do
Expand Down Expand Up @@ -64,8 +65,8 @@ def install
ln_s Formula["glfw"].lib/"libglfw3.a", buildpath/glfw_installpath/"libglfw3.a"

ln_s Formula["raylib"].lib/"libraylib.a", buildpath/raylib_installpath/"libraylib.a"
# This is actually raylib 5.0, but upstream had not incremented this number yet when it released.
ln_s Formula["raylib"].lib/shared_library("libraylib", "4.5.0"),
# This is actually raylib 5.5, but upstream vendored 5.0 and so we need to match that.
ln_s Formula["raylib"].lib/shared_library("libraylib", "5.5.0"),
buildpath/raylib_installpath/shared_library("libraylib", "500")

resource("raygui").stage do
Expand Down

0 comments on commit b69de67

Please sign in to comment.