summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-10-07 06:27:20 +0200
committerAraq <rumpf_a@web.de>2013-10-07 06:27:20 +0200
commitbb365ca424487dbad0f05cc7097cc3eca1bcc671 (patch)
tree2164ca193f9de38f8457f328a9a01f2d5188454a
parenteaf4da0411a17d0c22e071986c043ec3924e7b8a (diff)
downloadNim-bb365ca424487dbad0f05cc7097cc3eca1bcc671.tar.gz
niminst: yet another bugfix
-rw-r--r--tools/niminst/buildsh.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/niminst/buildsh.tmpl b/tools/niminst/buildsh.tmpl
index 912e87d29..621020e75 100644
--- a/tools/niminst/buildsh.tmpl
+++ b/tools/niminst/buildsh.tmpl
@@ -132,8 +132,8 @@ case $myos in
     $CC $COMP_FLAGS -Inimcache -c ?{f} -o ?{changeFileExt(f, "o")}
 #        add(linkCmd, " \\\n" & changeFileExt(f, "o"))
 #      end for
-    echo "$LINKER -o ?{"$binDir"/toLower(c.name)} ?linkCmd $LINK_FLAGS"
-    $LINKER -o ?{"$binDir"/toLower(c.name)} ?linkCmd $LINK_FLAGS
+    echo "$LINKER -o ?{"$binDir/" & toLower(c.name)} ?linkCmd $LINK_FLAGS"
+    $LINKER -o ?{"$binDir/" & toLower(c.name)} ?linkCmd $LINK_FLAGS
     ;;
 #    end for
   *)