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.
This commit is contained in:
rootfather 2016-11-26 19:25:02 +01:00
parent df4a503622
commit d7caa0e6f4

2
configure vendored
View File

@ -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='