cmark

My personal build of CMark ✏️

Commit
71018bfb292d58cbe0d5ae06fcb1b1b6c80ad02a
Parent
67e3f65c5f196f3f80dfe4a224a4727a3093e5ae
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed typo in build script for appveyor

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 2 1 1
diff --git a/appveyor.yml b/appveyor.yml
@@ -7,7 +7,7 @@ build_script:
   - |
     mkdir build 2> nul
     pushd build
-    cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows"
+    cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows" ..
     nmake /nologo
     popd