mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]
* ext/extmk.rb: move dependent libraries just after depended libraries. * ext/digest/*/extconf.rb: depend on digest. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
250cfdc0aa
commit
44e22e8d78
6 changed files with 32 additions and 7 deletions
|
|
@ -23,4 +23,6 @@ have_header("inttypes.h")
|
|||
|
||||
have_header("unistd.h")
|
||||
|
||||
$preload = %w[digest]
|
||||
|
||||
create_makefile("digest/rmd160")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue