瀏覽代碼

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 年之前
父節點
當前提交
a8a4a99fe8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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