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:
parent
df4a503622
commit
d7caa0e6f4
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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='
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue