added used libraries into final WHY2 library
just making using WHY2 even easier <3
This commit is contained in:
parent
4790683c49
commit
04127bd62a
4
build.sh
4
build.sh
@ -34,7 +34,7 @@ runTest()
|
|||||||
echo "Using debug flag"
|
echo "Using debug flag"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
flags="-lwhy2 $flags"
|
flags="-lwhy2 -Wall"
|
||||||
|
|
||||||
###
|
###
|
||||||
echo "Compiling... (Flags: $flags)"
|
echo "Compiling... (Flags: $flags)"
|
||||||
@ -84,7 +84,7 @@ runInstall()
|
|||||||
|
|
||||||
$compiler $flags $sourceFiles
|
$compiler $flags $sourceFiles
|
||||||
|
|
||||||
flags="-Wall -shared"
|
flags="-Wall -shared -ljson-c -lcurl"
|
||||||
|
|
||||||
###
|
###
|
||||||
echo "Compiling library... (Flags: $flags)"
|
echo "Compiling library... (Flags: $flags)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user