Skip to content

Commit

Permalink
Merge pull request #677 from stilor/mingw
Browse files Browse the repository at this point in the history
Mingw minor fixes
  • Loading branch information
stilor committed Apr 7, 2017
2 parents 9571a97 + 2e98635 commit 242c156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/libc/mingw.in
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion scripts/build/libc/mingw.sh
Expand Up @@ -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
Expand Down

0 comments on commit 242c156

Please sign in to comment.