mosquitto: use `#rpath` (#77704)

See #75458.
master
Carlo Cabrera 2021-05-21 08:28:32 +01:00 committed by GitHub
parent 44ed589dfe
commit e232bc64c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Mosquitto < Formula
def install def install
system "cmake", ".", *std_cmake_args, system "cmake", ".", *std_cmake_args,
"-DWITH_WEBSOCKETS=ON", "-DWITH_WEBSOCKETS=ON",
"-DCMAKE_INSTALL_RPATH=#{lib}" "-DCMAKE_INSTALL_RPATH=#{rpath}"
system "make", "install" system "make", "install"
end end