summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSchala Zeal <schalaalexiazeal@gmail.com>2012-07-09 19:06:36 -0700
committerSchala Zeal <schalaalexiazeal@gmail.com>2012-07-09 19:06:36 -0700
commit5f0d685f862f5df103f6b568fe625c5529f70572 (patch)
tree0cefceaa115328d30d507b2d68259ca3043a25b8
parent59cbc6b05d5043ab9574b916c93f22070ce67995 (diff)
downloadNim-5f0d685f862f5df103f6b568fe625c5529f70572.tar.gz
Oops..
-rwxr-xr-xlib/wrappers/pcre.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/pcre.nim b/lib/wrappers/pcre.nim
index e582b2c66..283147932 100755
--- a/lib/wrappers/pcre.nim
+++ b/lib/wrappers/pcre.nim
@@ -35,7 +35,7 @@
 #-----------------------------------------------------------------------------
 #
 
-when defined(pcreDll):
+when not defined(pcreDll):
   when hostOS == "windows":
     const pcreDll = "pcre.dll"
   elif hostOS == "macosx":