summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-06-17 03:32:02 -0400
committerBradley Sepos <[email protected]>2018-06-17 03:32:02 -0400
commitf6a2c03d32c1278ae47f1d70536dd5a2699d92a3 (patch)
treee59b10e7cc7fb305485324e26b748813a222651d
parent6487eed887835f5c65027aa1ebb37bb6f73de1c6 (diff)
scripts: Update to mingw-w64-build 4.1.0.
Removes yasm dependency.
-rwxr-xr-xscripts/mingw-w64-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mingw-w64-build b/scripts/mingw-w64-build
index 13ad49c17..bd69e688d 100755
--- a/scripts/mingw-w64-build
+++ b/scripts/mingw-w64-build
@@ -96,7 +96,7 @@ function mingw-w64-build { # mingw-w64-build $TARGET_PARAM $TARGET_DIR
# dependencies
local DEPS
- DEPS=("bison" "bzip2" "curl" "flex" "g++" "gcc" "gunzip" "m4" "make" "pax" "yasm")
+ DEPS=("bison" "bzip2" "curl" "flex" "g++" "gcc" "gunzip" "m4" "make" "pax")
check_dependencies "${DEPS[@]}" || return 1
# package names
@@ -162,7 +162,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="4.0.1"
+ VERSION="4.1.0"
SELF="${BASH_SOURCE[0]}"
SELF_NAME=$(basename "${SELF}")
HELP="\