summaryrefslogtreecommitdiff
path: root/bin/mingw32-4.4+qt-4.8.wrapper.sh
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-09-12 21:36:17 -0400
committerMike DePaulo <mikedep333@gmail.com>2014-09-12 21:36:17 -0400
commitd675f6927f74f39762bcc38e28a76e63363eee86 (patch)
tree82fb64e69c48556a2508cd6105288c4dded7de77 /bin/mingw32-4.4+qt-4.8.wrapper.sh
parent2ee0c00a85cf68cf689b80e713874d14bef391fd (diff)
downloadbuildscripts-d675f6927f74f39762bcc38e28a76e63363eee86.tar.gz
buildscripts-d675f6927f74f39762bcc38e28a76e63363eee86.tar.bz2
buildscripts-d675f6927f74f39762bcc38e28a76e63363eee86.zip
Add support for MinGW 4.8.2 + Qt 4.8.6 builds
Diffstat (limited to 'bin/mingw32-4.4+qt-4.8.wrapper.sh')
-rw-r--r--bin/mingw32-4.4+qt-4.8.wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mingw32-4.4+qt-4.8.wrapper.sh b/bin/mingw32-4.4+qt-4.8.wrapper.sh
index 1793502..71eccfe 100644
--- a/bin/mingw32-4.4+qt-4.8.wrapper.sh
+++ b/bin/mingw32-4.4+qt-4.8.wrapper.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# This script exists because it appears that you cannot pass env vars
# to C:\cygwin\bin\bash.exe from the windows command prompt.
-NSIS_BUILD_FOR=mingw32-4.4:qt-4.8
+export NSIS_BUILD_FOR="mingw32-4.4:qt-4.8"
$1 $2 $3 $4