parent
44ed589dfe
commit
e232bc64c3
|
@ -35,7 +35,7 @@ class Mosquitto < Formula
|
|||
def install
|
||||
system "cmake", ".", *std_cmake_args,
|
||||
"-DWITH_WEBSOCKETS=ON",
|
||||
"-DCMAKE_INSTALL_RPATH=#{lib}"
|
||||
"-DCMAKE_INSTALL_RPATH=#{rpath}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue