diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-07 13:42:37 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-07 13:42:37 -0700 |
commit | 5602c253ed99440f2687344c40d760aae91dfdce (patch) | |
tree | ddc00967b5fa317796347b40bb0ba8f233043c2b /appveyor.yml | |
parent | 2a83f33bf5bba09363d314c6ab6eeca2785b9f86 (diff) | |
download | Nim-5602c253ed99440f2687344c40d760aae91dfdce.tar.gz |
set path for msys64
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 93f7ae5a8..87c89b3e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ platform: - x64 build_script: + - SET PATH=c:\msys64\bin;%PATH% - git clone -q --depth 1 git://github.com/nim-lang/csources.git csources - cd csources - build.bat |