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