fixed linking library problem
I think lol
This commit is contained in:
parent
e6e473db26
commit
3457482728
4
build.sh
4
build.sh
@ -85,13 +85,13 @@ runInstall()
|
|||||||
|
|
||||||
$compiler $bufferFlags $sourceFiles
|
$compiler $bufferFlags $sourceFiles
|
||||||
|
|
||||||
bufferFlags="$defaultFlags -shared -ljson-c -lcurl "
|
bufferFlags="$defaultFlags -shared -ljson-c -lcurl"
|
||||||
|
|
||||||
###
|
###
|
||||||
echo "Compiling library... (flags: $bufferFlags)"
|
echo "Compiling library... (flags: $bufferFlags)"
|
||||||
###
|
###
|
||||||
|
|
||||||
$compiler $bufferFlags -o $installOutput *.o
|
$compiler -o $installOutput *.o $bufferFlags
|
||||||
|
|
||||||
###
|
###
|
||||||
echo "Installing library..."
|
echo "Installing library..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user