diff --git a/package/homebrew/magnum.rb b/package/homebrew/magnum.rb index 72deb7b7b..6cd810485 100644 --- a/package/homebrew/magnum.rb +++ b/package/homebrew/magnum.rb @@ -16,6 +16,11 @@ class Magnum < Formula cd "build" do system "cmake", *std_cmake_args, + # Without this, ARM builds will try to look for dependencies in + # /usr/local/lib and /usr/lib (which are the default locations) instead + # of /opt/homebrew/lib which is dedicated for ARM binaries. Please + # complain to Homebrew about this insane non-obvious filesystem layout. + "-DCMAKE_INSTALL_NAME_DIR:STRING=#{lib}", # Without this, it will try to look for plugins somewhere deep in # homebrew's Cellar in per-package directories instead of in the # location everything's symlinked to, thus finding only magnum's core