We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30c1567 + 09c89bb commit f6ac42cCopy full SHA for f6ac42c
Formula/c/ccache.rb
@@ -31,6 +31,7 @@ class Ccache < Formula
31
32
def install
33
system "cmake", "-S", ".", "-B", "build",
34
+ "-DCMAKE_INSTALL_SYSCONFDIR=#{etc}",
35
"-DENABLE_IPO=TRUE",
36
"-DREDIS_STORAGE_BACKEND=ON",
37
"-DDEPS=LOCAL",
0 commit comments