commit 441d601
hovercats
·
2024-06-17 07:09:58 +0000 UTC
parent 5b9b2d4
ccache: fix libdir. it should install to lib and no lib64
2 files changed,
+2,
-1
+1,
-0
1@@ -5,6 +5,7 @@ export LDFLAGS="$LDFLAGS -static"
2
3 cmake -G Ninja -B build \
4 -DCMAKE_INSTALL_PREFIX=/usr \
5+ -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
6 -DCMAKE_BUILD_TYPE=Release \
7 -DREDIS_STORAGE_BACKEND=OFF \
8 -DENABLE_TESTING=OFF \
+1,
-1
1@@ -1 +1 @@
2-4.10 1
3+4.10 2