cmark

My personal build of CMark ✏️

Commit
6b53a312cc5ec7caee8aec46c501666783dd198b
Parent
97da7901e73caa65ff16a7271ecbff11d08ebd7b
Author
John MacFarlane <jgm@berkeley.edu>
Date

appveyor - add python to path

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 1 1 0
diff --git a/appveyor.yml b/appveyor.yml
@@ -6,6 +6,7 @@ environment:
 # set up for nmake:
 install:
   - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
+  - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
 
 build_script:
   - |