added git2 to build script

This commit is contained in:
Václav Šmejkal 2022-06-11 19:07:12 +02:00
parent 23663d5524
commit 4580d1eda2
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -85,7 +85,7 @@ runInstall()
$compiler $bufferFlags $sourceFiles
bufferFlags="$defaultFlags -shared -ljson-c -lcurl"
bufferFlags="$defaultFlags -shared -ljson-c -lcurl -lgit2"
###
echo "Compiling library... (flags: $bufferFlags)"