We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed46794 commit cb95b22Copy full SHA for cb95b22
configure.ac
@@ -6657,6 +6657,15 @@ for dir in $SRCDIRS; do
6657
done
6658
AC_MSG_RESULT(done)
6659
6660
+# For mingw build need additional library for linking
6661
+case $host in
6662
+ *-*-mingw*)
6663
+ LIBS="$LIBS -lversion -lshlwapi -lpathcch"
6664
+ ;;
6665
+ *)
6666
6667
+esac
6668
+
6669
# Availability of -O2:
6670
AC_CACHE_CHECK([for -O2], [ac_cv_compile_o2], [
6671
saved_cflags="$CFLAGS"
0 commit comments