diff options
author | Schala Zeal <schalaalexiazeal@gmail.com> | 2012-07-09 19:06:36 -0700 |
---|---|---|
committer | Schala Zeal <schalaalexiazeal@gmail.com> | 2012-07-09 19:06:36 -0700 |
commit | 5f0d685f862f5df103f6b568fe625c5529f70572 (patch) | |
tree | 0cefceaa115328d30d507b2d68259ca3043a25b8 | |
parent | 59cbc6b05d5043ab9574b916c93f22070ce67995 (diff) | |
download | Nim-5f0d685f862f5df103f6b568fe625c5529f70572.tar.gz |
Oops..
-rwxr-xr-x | lib/wrappers/pcre.nim | 2 |
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": |