summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-01-23 14:10:04 -0500
committerBradley Sepos <[email protected]>2018-01-23 14:10:04 -0500
commit04cd68cbf0870acccb040a8c784ef8dcba70d544 (patch)
treeff12b13f4bc27205b1d2187007a8b91d260437ab /scripts
parente449a63fd03b5c93f53a205d149dd49a1d70eadc (diff)
scripts: Update to mingw-w64-build 3.1.1.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mingw-w64-build6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/mingw-w64-build b/scripts/mingw-w64-build
index 85d7ba566..b585af2b3 100755
--- a/scripts/mingw-w64-build
+++ b/scripts/mingw-w64-build
@@ -1,7 +1,7 @@
#!/bin/bash
# mingw-w64-build - download and build mingw-w64 toolchain
#
-# Copyright 2017 Bradley Sepos
+# Copyright 2018 Bradley Sepos
# Released under the MIT License. See LICENSE for details.
# https://github.com/bradleysepos/mingw-w64-build
@@ -143,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.1.0"
+ VERSION="3.1.1"
SELF="${BASH_SOURCE[0]}"
SELF_NAME=$(basename "${SELF}")
HELP="\
@@ -413,6 +413,8 @@ default install-dir: ${HOME}/toolchains/mingw-w64-${MINGW_W64_VER}-gcc-${GCC_VER
make install-gcc >> "${BUILD_DIR}/gcc.log" 2>&1 || return 1
# mingw-w64 runtime
+ export CC=""
+ export CXX=""
echo " mingw-w64 ${MINGW_W64_VER} runtime"
local MINGW_W64_CONFIG_EXTRA
MINGW_W64_CONFIG_EXTRA=()