From f6a2c03d32c1278ae47f1d70536dd5a2699d92a3 Mon Sep 17 00:00:00 2001 From: Bradley Sepos <bradley@bradleysepos.com> Date: Sun, 17 Jun 2018 03:32:02 -0400 Subject: [PATCH] scripts: Update to mingw-w64-build 4.1.0. Removes yasm dependency. --- scripts/mingw-w64-build | 4 ++-- 1 file 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="\ -- 2.40.0