Merge pull request #677 from stilor/mingw

Mingw minor fixes
This commit is contained in:
Alexey Neyman 2017-04-07 10:12:52 -07:00 committed by GitHub
commit 242c156d95
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

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