diff options
author | Araq <rumpf_a@web.de> | 2012-08-03 20:41:56 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-03 20:41:56 +0200 |
commit | 344438ce6a71688b178b051a30b1514b2dcadf17 (patch) | |
tree | 1d8f1a68076fc28ec283fe1d30a8b9ec1de678b0 /tools | |
parent | c34df040be5b1406413df345684acb9658a4b011 (diff) | |
download | Nim-344438ce6a71688b178b051a30b1514b2dcadf17.tar.gz |
niminst compiles again
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/niminst/buildsh.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/niminst/buildsh.tmpl b/tools/niminst/buildsh.tmpl index e528fe3ab..05145e15c 100755 --- a/tools/niminst/buildsh.tmpl +++ b/tools/niminst/buildsh.tmpl @@ -73,7 +73,6 @@ case $uos in ;; *haiku* ) myos="haiku" - # Haiku does not need -ldl nor -lm ;; *) echo "Error: unknown operating system: $uos" |