Skip to content

Commit

Permalink
tbb@2020_u3: lowercase filename
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed May 26, 2021
1 parent d59a06c commit c1debbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Gazebo11 < Formula
depends_on "qt@5"
depends_on "qwt"
depends_on "sdformat9"
depends_on "tbb@2020_U3"
depends_on "tbb@2020_u3"
depends_on "tinyxml"
depends_on "tinyxml2"
depends_on "zeromq" => :linked
Expand Down Expand Up @@ -107,7 +107,7 @@ def install
# "-lc++",
# "-o", "test"
# system "./test"
ENV.append_path "CPATH", Formula["tbb@2020_U3"].opt_include
ENV.append_path "CPATH", Formula["tbb@2020_u3"].opt_include
mkdir "build" do
system "cmake", ".."
system "make"
Expand Down
File renamed without changes.

0 comments on commit c1debbb

Please sign in to comment.