mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
mingw-w64: enable wildcard
Wildcard is an opt-in (disabled by the default) feature that is used by many GNU tools like Binutils. Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
This commit is contained in:
parent
6c54b50336
commit
810021d912
@ -208,6 +208,7 @@ mingw_w64_main()
|
||||
--prefix=${MINGW_INSTALL_PREFIX} \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
--enable-wildcard \
|
||||
"${crt_opts[@]}"
|
||||
|
||||
# mingw-w64-crt has a missing dependency occasionally breaking the
|
||||
|
Loading…
x
Reference in New Issue
Block a user