added json-c flag

This commit is contained in:
Václav Šmejkal 2022-05-02 19:27:24 +02:00
parent 9233655d40
commit 43043b707d

View File

@ -63,7 +63,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
echo "Using '$compiler' as default compiler." echo "Using '$compiler' as default compiler."
### ###
flags="-Wall -fPIC -c" flags="-Wall -fPIC -ljson-c -c"
### ###
echo "Compiling... (Flags: $flags)" echo "Compiling... (Flags: $flags)"