Skip to content

Commit f6ac42c

Browse files
authored
Merge pull request #202494 from Homebrew/ccache-etc
ccache: set `CMAKE_INSTALL_SYSCONFDIR`
2 parents 30c1567 + 09c89bb commit f6ac42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/c/ccache.rb

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Ccache < Formula
3131

3232
def install
3333
system "cmake", "-S", ".", "-B", "build",
34+
"-DCMAKE_INSTALL_SYSCONFDIR=#{etc}",
3435
"-DENABLE_IPO=TRUE",
3536
"-DREDIS_STORAGE_BACKEND=ON",
3637
"-DDEPS=LOCAL",

0 commit comments

Comments
 (0)