summary refs log tree commit diff stats
path: root/lib/newwrap
diff options
context:
space:
mode:
Diffstat (limited to 'lib/newwrap')
-rwxr-xr-xlib/newwrap/cairo/cairo.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/newwrap/cairo/cairo.nim b/lib/newwrap/cairo/cairo.nim
index f23162288..77b2efa7b 100755
--- a/lib/newwrap/cairo/cairo.nim
+++ b/lib/newwrap/cairo/cairo.nim
@@ -50,7 +50,7 @@
 
 when defined(windows): 
   const 
-    LIB_CAIRO* = "cairo.dll"
+    LIB_CAIRO* = "libcairo-2.dll"
 else: 
   const 
     LIB_CAIRO* = "libcairo.so"