removed the json-c flags
This commit is contained in:
parent
3102241ca5
commit
faf7789e5d
4
build.sh
4
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 -ljson-c -c"
|
flags="-Wall -fPIC -c"
|
||||||
|
|
||||||
###
|
###
|
||||||
echo "Compiling... (Flags: $flags)"
|
echo "Compiling... (Flags: $flags)"
|
||||||
@ -71,7 +71,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
|
|||||||
|
|
||||||
$compiler $flags $sourceFiles
|
$compiler $flags $sourceFiles
|
||||||
|
|
||||||
flags="-Wall -ljson-c -shared"
|
flags="-Wall -shared"
|
||||||
|
|
||||||
###
|
###
|
||||||
echo "Compiling library... (Flags: $flags)"
|
echo "Compiling library... (Flags: $flags)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user