diff --git a/build.sh b/build.sh index de1ca89..fc4e4d5 100644 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## echo "Using '$compiler' as default compiler." ### - flags="-Wall -fPIC -ljson-c -c" + flags="-Wall -fPIC -c" ### echo "Compiling... (Flags: $flags)" @@ -71,7 +71,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## $compiler $flags $sourceFiles - flags="-Wall -ljson-c -shared" + flags="-Wall -shared" ### echo "Compiling library... (Flags: $flags)"