From f1367988e6828f22f5b8fd1f0cd642d3672d2fb4 Mon Sep 17 00:00:00 2001 From: JCount Date: Wed, 11 Oct 2017 05:47:31 -0400 Subject: [PATCH] cmark: use CMAKE_INSTALL_LIBDIR to set pkg-config file install dir Closes #19299. Signed-off-by: ilovezfs --- Formula/cmark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cmark.rb b/Formula/cmark.rb index 45920c53cd..018b384e78 100644 --- a/Formula/cmark.rb +++ b/Formula/cmark.rb @@ -17,7 +17,7 @@ class Cmark < Formula def install mkdir "build" do - system "cmake", "..", *std_cmake_args + system "cmake", "..", "-DCMAKE_INSTALL_LIBDIR=lib", *std_cmake_args system "make" system "make", "test" system "make", "install"