blob: 71eccfe41d20b54c17b3ab826664ff9ea3c8d6e5 (
plain)
1
2
3
4
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.
export NSIS_BUILD_FOR="mingw32-4.4:qt-4.8"
$1 $2 $3 $4
|