added json-c flag
This commit is contained in:
parent
9233655d40
commit
43043b707d
2
build.sh
2
build.sh
@ -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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user