summaryrefslogtreecommitdiff
path: root/test/cmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmark.py')
-rw-r--r--test/cmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmark.py b/test/cmark.py
index 21d0b3f..253e3a8 100644
--- a/test/cmark.py
+++ b/test/cmark.py
@@ -26,7 +26,7 @@ class CMark:
if sysname == 'Darwin':
libname += ".dylib"
elif sysname == 'Windows':
- libname += ".dll"
+ libname = "cmark.dll"
else:
libname += ".so"
if library_dir: