Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Formula/ogre2.1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Ogre21 < Formula
bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
rebuild 1
sha256 cellar: :any, big_sur: "7049b87b9bbd4406dd9d37c97e0fa15aa8c8752c54e67ba620b485a38c69e262"
sha256 cellar: :any, catalina: "d29874b82f0f942bd7d2453e145cd74382734a1d4161b25d7ac0e8efd4b41928"
sha256 cellar: :any, mojave: "f0b505985d282e7dd8b1aecc7daf51ff15c8fbb58b4b30c556fbc139ec878075"
end
Expand Down Expand Up @@ -111,6 +112,7 @@ def install
return 0;
}
EOS
# test build with pkg-config
system "pkg-config", "OGRE-2.1"
cflags = `pkg-config --cflags OGRE-2.1`.split
libs = `pkg-config --libs OGRE-2.1`.split
Expand Down