From 90b3e8b1479fc73624f71d16a2316f02d258e04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Wed, 7 Apr 2021 15:06:38 -0400 Subject: [PATCH] build-daemon: link libgit2 Change-Id: I3f51e227ef60ce0adc5cf258366b91875019cf77 --- build-daemon.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-daemon.sh b/build-daemon.sh index 47b684393..581c2a1f9 100755 --- a/build-daemon.sh +++ b/build-daemon.sh @@ -181,6 +181,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \ -luuid -lz -ldl \ -lvpx -lopus -lspeex -lspeexdsp -lx264 \ -largon2 \ + -lgit2 \ -liconv" LIBRING_JNI_DIR=${ANDROID_APP_DIR}/app/src/main/libs/${ANDROID_ABI} -- GitLab