Skip to content

Commit

Permalink
Bumps in ionic : ci_matching_branch/bump_ionic_gz-rendering9
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Oct 16, 2023
1 parent 9248320 commit 746b24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gz-rendering9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GzRendering9 < Formula
depends_on "gz-cmake4"
depends_on "gz-common6"
depends_on "gz-math8"
depends_on "gz-plugin2"
depends_on "gz-plugin3"
depends_on "gz-utils3"
depends_on macos: :mojave # c++17
depends_on "ogre1.9"
Expand All @@ -40,7 +40,7 @@ def install
["ogre", "ogre2"].each do |engine|
p = lib/"gz-rendering-9/engine-plugins/libgz-rendering-#{engine}.dylib"
# Use gz-plugin --info command to check plugin linking
cmd = Formula["gz-plugin2"].opt_libexec/"gz/plugin2/gz-plugin"
cmd = Formula["gz-plugin3"].opt_libexec/"gz/plugin3/gz-plugin"
args = ["--info", "--plugin"] << p
# print command and check return code
system cmd, *args
Expand Down

0 comments on commit 746b24f

Please sign in to comment.