summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-09-04 15:20:45 +0100
committerMartin Storsjö <martin@martin.st>2012-09-05 17:07:11 +0300
commita3222470de7b1440534a98d32e425ef9ea6e5384 (patch)
tree9984e738e1a4cd7b19a813856627c1b9de3f7b91 /configure
parent6d65496990dcac551f60668c2418a50a3111c86c (diff)
build: disable ranlib on mingw
Using ranlib is not required but prevents using the libraries with msvc. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1d889d6cbc..7f95acf572 100755
--- a/configure
+++ b/configure
@@ -2707,6 +2707,7 @@ case $target_os in
SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.def) -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base'
objformat="win32"
dlltool="${cross_prefix}dlltool"
+ ranlib=:
enable dos_paths
check_cflags -fno-common
check_cpp_condition _mingw.h "defined (__MINGW64_VERSION_MAJOR) || (__MINGW32_MAJOR_VERSION > 3) \