From 3235719c1bbd667ac960be6380e8b7873673a016 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 14 Sep 2020 11:13:38 -0300 Subject: [PATCH] Fixing cross-compiler. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8244cbb..d191fa9 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ case "$host" in CFLAGS="$CFLAGS -pthread -D_WIN32_WINNT=0x0600" LDFLAGS="$LDFLAGS -pthread" - LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32" + LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32 -lole32 -luuid" app_win32_revision=$(date +%-y.%-m.%-d.%-H) AC_SUBST(WIN32_VERSION,$app_win32_revision) -- libgit2 0.21.2