cmark

My personal build of CMark ✏️

Commit
153149fb94b3dfe63e8960a457311521ecf302c8
Parent
f26d60deacc2d4cbce37fb54602f491e12494557
Author
John MacFarlane <jgm@berkeley.edu>
Date

Appveyor - use 64-bit python.

Maybe this will help with the dll load failure?

Diffstat

1 file changed, 3 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 6 3 3
diff --git a/appveyor.yml b/appveyor.yml
@@ -1,7 +1,7 @@
 environment:
-  PYTHON: "C:\\Python34"
-  PYTHON_VERSION: "3.4.1"
-  PYTHON_ARCH: "32"
+  PYTHON: "C:\\Python34-x64"
+  PYTHON_VERSION: "3.4.3"
+  PYTHON_ARCH: "64"
 
 # set up for nmake:
 install: