diff options
author | Bradley Sepos <[email protected]> | 2017-06-21 20:17:54 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-06-21 20:17:54 -0400 |
commit | 047ea7cf23d23d8fa4c1527455e9ce707457ee2b (patch) | |
tree | b7dbb4f14c53edf7b038263eb5e877928e9f2c70 /scripts | |
parent | a011d5805f0263703dd8c0dd4832cd3612dcb0b7 (diff) |
scripts: Update to mingw-w64-build 3.0.1.
Fixes minor issues with the 3.0.0 release.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mingw-w64-build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/mingw-w64-build b/scripts/mingw-w64-build index 72bb1c0eb..882f4116f 100755 --- a/scripts/mingw-w64-build +++ b/scripts/mingw-w64-build @@ -1,8 +1,9 @@ #!/bin/bash # mingw-w64-build - download and build mingw-w64 toolchain # -# Project: https://github.com/bradleysepos/mingw-w64-build -# License: MIT +# Copyright 2017 Bradley Sepos +# Released under the MIT License. See LICENSE for details. +# https://github.com/bradleysepos/mingw-w64-build # checks for required external tools function check_dependencies { # check_dependencies $DEP1 $DEP2 ... @@ -142,7 +143,7 @@ function mingw-w64-build { # mingw-w64-build $TARGET_PARAM $TARGET_DIR # internal vars local NAME VERSION SELF SELF_NAME HELP NAME="mingw-w64-build" - VERSION="3.0.0" + VERSION="3.0.1" SELF="${BASH_SOURCE[0]}" SELF_NAME=$(basename "${SELF}") HELP="\ @@ -188,6 +189,7 @@ default install-dir: ${HOME}/toolchains/mingw-w64-${MINGW_W64_VER}-gcc-${GCC_VER pkgclean) TARGET="pkgclean" PREFIX="pkgclean" + ;; esac if [[ "${PREFIX:-}" == "" ]]; then echo -e "${HELP}" |