From 3102241ca5c60b440fbf09b0cbc95f65fa0b1515 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 2 May 2022 19:30:30 +0200 Subject: [PATCH] added another json-c flag --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 995a550..de1ca89 100644 --- a/build.sh +++ b/build.sh @@ -71,7 +71,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## $compiler $flags $sourceFiles - flags="-Wall -shared" + flags="-Wall -ljson-c -shared" ### echo "Compiling library... (Flags: $flags)"