summary refs log tree commit diff stats
path: root/lib/wrappers/tcl.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/tcl.nim
parente424e13bd9d05ab3fbcbe3572e49c1bc611a1fc9 (diff)
downloadNim-3005955d20033db12345eacd6eb8ff8cec92507c.tar.gz
distinction between re.replace and re.replacef; speed improvements for re module
Diffstat (limited to 'lib/wrappers/tcl.nim')
-rwxr-xr-xlib/wrappers/tcl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/tcl.nim b/lib/wrappers/tcl.nim
index 0134abad7..6f0368574 100755
--- a/lib/wrappers/tcl.nim
+++ b/lib/wrappers/tcl.nim
@@ -39,7 +39,7 @@ when defined(WIN32):
     dllName = "tcl(85|84|83|82|81|80).dll"
 elif defined(macosx): 
   const 
-    dllName = "libtcl(8.5|8.4|8.3|8.2|8.1).dynlib"
+    dllName = "libtcl(8.5|8.4|8.3|8.2|8.1).dylib"
 else: 
   const 
     dllName = "libtcl(8.5|8.4|8.3|8.2|8.1).so.(1|0)"