From 5c2f4fbcbd26c1927630564cae55fbb5f2d5791d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 28 Jul 2013 11:10:52 +0000 Subject: extmk.rb: static extensions * ext/extmk.rb (extmake): should make static libraries for extensions to be statically linked. [Bug #7948] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/extmk.rb b/ext/extmk.rb index 1ca5efd52c..ef9afa0676 100755 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -227,7 +227,7 @@ def extmake(target) f.rewind f.print(s) f.truncate(f.pos) - end + end unless $static else open(makefile, "wb") do |f| f.puts "# " + DUMMY_SIGNATURE -- cgit v1.2.3