mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
commit
242c156d95
@ -144,5 +144,6 @@ config MINGW_TOOLS
|
||||
config MINGW_TOOL_LIST_ARRAY
|
||||
string "List of mingw-w64 tools to build"
|
||||
default "gendef genidl genlib genpeimg widl"
|
||||
depends on MINGW_TOOLS
|
||||
help
|
||||
List of mingw-w64 tools to build.
|
||||
|
@ -209,7 +209,7 @@ do_libc()
|
||||
CT_EndStep
|
||||
fi
|
||||
|
||||
if [ ${CT_MINGW_TOOLS} = "y" ]; then
|
||||
if [ "${CT_MINGW_TOOLS}" = "y" ]; then
|
||||
CT_DoStep INFO "Installing mingw-w64 companion tools"
|
||||
CT_mkdir_pushd "${CT_BUILD_DIR}/build-mingw-w64-tools"
|
||||
do_mingw_tools
|
||||
|
Loading…
Reference in New Issue
Block a user