From d7caa0e6f4badbce9f1d300fdb469ea1f8a0ff15 Mon Sep 17 00:00:00 2001 From: rootfather Date: Sat, 26 Nov 2016 19:25:02 +0100 Subject: CONFIGURE: Enable plugins support for mingw64 Until now, the configure script was unable to detect mingw64 as a platform that supports building plugins. I tested this with MSYS2/mingw64 and was able to build all engines dynamically. I opted not to use any wildcards for this entry, because I don't know which variants are possible here. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 25dd8ca7d5..be6f663b4b 100755 --- a/configure +++ b/configure @@ -3647,7 +3647,7 @@ PRE_OBJS_FLAGS := -Wl,-export-dynamic -Wl,-whole-archive POST_OBJS_FLAGS := -Wl,-no-whole-archive ' ;; - *mingw32*) + *mingw32* | mingw64) _plugin_prefix="" _plugin_suffix=".dll" _mak_plugins=' -- cgit v1.2.3