mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extmk.rb: include UPDATE_LIBRARIES
* ext/extmk.rb: include UPDATE_LIBRARIES in SUBMAKEOPTS for NMAKE which does not include macro definitions given by command line in MAKEFLAGS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f17a28dda0
commit
c2228158c9
1 changed files with 1 additions and 0 deletions
|
@ -704,6 +704,7 @@ if $configure_only and $command_output
|
|||
submakeopts << 'EXTLIBS="$(EXTLIBS)"'
|
||||
end
|
||||
submakeopts << 'EXTLDFLAGS="$(EXTLDFLAGS)"'
|
||||
submakeopts << 'UPDATE_LIBRARIES="$(UPDATE_LIBRARIES)"'
|
||||
mf.macro "SUBMAKEOPTS", submakeopts
|
||||
mf.puts
|
||||
targets = %w[all install static install-so install-rb clean distclean realclean]
|
||||
|
|
Loading…
Reference in a new issue