added another json-c flag

This commit is contained in:
Václav Šmejkal 2022-05-02 19:30:30 +02:00
parent 43043b707d
commit 3102241ca5

View File

@ -71,7 +71,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
$compiler $flags $sourceFiles $compiler $flags $sourceFiles
flags="-Wall -shared" flags="-Wall -ljson-c -shared"
### ###
echo "Compiling library... (Flags: $flags)" echo "Compiling library... (Flags: $flags)"