Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
a8a4a99fe8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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