summary refs log tree commit diff stats
path: root/lib/wrappers/tre.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-03-06 21:16:05 +0100
committerAraq <rumpf_a@web.de>2011-03-06 21:16:05 +0100
commit3005955d20033db12345eacd6eb8ff8cec92507c (patch)
treef7a799c00006ceb3dc660b125ab7fb8efcf6b4bf /lib/wrappers/tre.nim
parente424e13bd9d05ab3fbcbe3572e49c1bc611a1fc9 (diff)
downloadNim-3005955d20033db12345eacd6eb8ff8cec92507c.tar.gz
distinction between re.replace and re.replacef; speed improvements for re module
Diffstat (limited to 'lib/wrappers/tre.nim')
-rwxr-xr-xlib/wrappers/tre.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/tre.nim b/lib/wrappers/tre.nim
index f83d402c0..92cd16333 100755
--- a/lib/wrappers/tre.nim
+++ b/lib/wrappers/tre.nim
@@ -10,7 +10,7 @@ when not defined(treDll):
   when hostOS == "windows":
     const treDll = "tre.dll"
   elif hostOS == "macosx":
-    const treDll = "libtre.dynlib"
+    const treDll = "libtre.dylib"
   else:
     const treDll = "libtre.so(.5|)"