Sfoglia il codice sorgente

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 anni fa
parent
commit
a8a4a99fe8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
 case "$target" in
 *-*-mingw*|*-*-cygwin*)
 *-*-mingw*|*-*-cygwin*)
   starpu_windows=yes
   starpu_windows=yes
+  libext=a
   AC_DEFINE(STARPU_HAVE_WINDOWS, [], [Define this on windows.])
   AC_DEFINE(STARPU_HAVE_WINDOWS, [], [Define this on windows.])
   ;;
   ;;
 esac
 esac