kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit b6a4c7c5e95a0bb486c40f298c8e2924e5bea5e4
parent 8d5c46e9b6a3ed570479d243a7d62b51ba8ed0db
Author: St John Karp <contact@stjo.hn>
Date:   Tue, 14 Jun 2022 09:25:15 -0400

libcbor: Set the prefix when configuring

Diffstat:
Mlibs/libcbor/build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libs/libcbor/build b/libs/libcbor/build @@ -1,6 +1,7 @@ #!/usr/bin/env sh cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCBOR_CUSTOM_ALLOC=ON \ .