diff --git a/build.sh b/build.sh index 7060e43..de8b0f9 100644 --- a/build.sh +++ b/build.sh @@ -85,13 +85,13 @@ runInstall() $compiler $bufferFlags $sourceFiles - bufferFlags="$defaultFlags -shared -ljson-c -lcurl " + bufferFlags="$defaultFlags -shared -ljson-c -lcurl" ### echo "Compiling library... (flags: $bufferFlags)" ### - $compiler $bufferFlags -o $installOutput *.o + $compiler -o $installOutput *.o $bufferFlags ### echo "Installing library..."