summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-15 23:27:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-15 23:27:12 +0000
commit6bfa557f8eda83379150164424f6b036e2c726e2 (patch)
treead29347a3eeee759717c4c460dbeeba999d03960 /ext/extmk.rb
parentd0f38773d1c38d0a2f8449d66d5041dc64c6b025 (diff)
* ext/extmk.rb: skip linking when libraries to be preloaded not
compiled. [ruby-list:39561] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
-rw-r--r--ext/extmk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index 84c378fcc7..d5d0d87ecd 100644
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -358,8 +358,8 @@ if $extlist.size > 0
l = list.size
if (while l > 0; break true if r.include?(list[l-=1][1]) end)
list.insert(l + 1, e)
- next
end
+ next
end
f = format("%s/%s.%s", s, i, $LIBEXT)
if File.exist?(f)