From a77f189f2a3bb7c70a295f6fdc42bae57ebe5924 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Fri, 30 Sep 2022 18:25:52 +0530 Subject: [PATCH] json-c: disable extra libs, closes #115 --- extra/json-c/build | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/json-c/build b/extra/json-c/build index 725ba042..94e488d6 100755 --- a/extra/json-c/build +++ b/extra/json-c/build @@ -4,6 +4,7 @@ cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ + -DDISABLE_EXTRA_LIBS=ON \ -DBUILD_TESTING=OFF cmake --build build