blob: a44711cb0f2b8329570f4c90edd5bfbb81c8979b (
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.8:qt-4.8"
$1 $2 $3 $4
|