Przeglądaj źródła

Don't let newer libtool version build a static .lib file: we rather build a dynamic .lib file thanks to the MS-provided lib command

Samuel Thibault 14 lat temu
rodzic
commit
a8a4a99fe8
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -47,6 +47,7 @@ AM_CONDITIONAL([STARPU_HAVE_MS_LIB], [test "x$STARPU_MS_LIB" != "x"])
 case "$target" in
 *-*-mingw*|*-*-cygwin*)
   starpu_windows=yes
+  libext=a
   AC_DEFINE(STARPU_HAVE_WINDOWS, [], [Define this on windows.])
   ;;
 esac