summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-05-27 02:30:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-05-27 02:30:10 +0000
commitedce57910094683a15453680b6ec72ebfa4cbef0 (patch)
tree9b0b1db5345e7e5a7519f5a75f32642931d5e380 /lib
parentc923dcfde6e90e99d70aa9e3ed772da1d2f50c29 (diff)
downloadruby-edce57910094683a15453680b6ec72ebfa4cbef0.tar.gz
ruby-edce57910094683a15453680b6ec72ebfa4cbef0.tar.xz
ruby-edce57910094683a15453680b6ec72ebfa4cbef0.zip
* ext/extmk.rb (extmake): remove extinit files if no statically linked
extensions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/mkmf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 26c40ed58..b5a16e908 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1101,7 +1101,7 @@ SRCS = #{srcs.collect(&File.method(:basename)).join(' ')}
OBJS = #{$objs}
TARGET = #{target}
DLLIB = #{dllib}
-EXTSTATIC = #{$default_static != $static && $static || ""}
+EXTSTATIC = #{$static || ""}
STATIC_LIB = #{staticlib unless $static.nil?}
}