add cygwin bin to path
This commit is contained in:
parent
35c807b5bc
commit
836e70424d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set -e
|
|||
# Path to the Haskell Platform.
|
||||
#HP="/c/haskell/2014.2.0.0" # now in the default PATH
|
||||
|
||||
PATH="/c/Program Files (x86)/NSIS:$PATH"
|
||||
PATH="/c/Program Files (x86)/NSIS:c:/cygwin/bin:$PATH"
|
||||
|
||||
# Run a command with the cygwin environment available.
|
||||
# However, programs not from cygwin are preferred.
|
||||
|
|
Loading…
Reference in a new issue