From 5f0d685f862f5df103f6b568fe625c5529f70572 Mon Sep 17 00:00:00 2001 From: Schala Zeal Date: Mon, 9 Jul 2012 19:06:36 -0700 Subject: [PATCH] Oops.. --- lib/wrappers/pcre.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wrappers/pcre.nim b/lib/wrappers/pcre.nim index e582b2c663cf..2831479324a4 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":