mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extmk.rb: expand target_prefix
* ext/extmk.rb (timestamp_file): should expand target_prefix in timestamp file name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f578e02345
commit
fb2011f7f0
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ Dir.chdir('gems')
|
|||
extout = $extout
|
||||
unless gems.empty?
|
||||
def self.timestamp_file(name, target_prefix = nil)
|
||||
name = "$(arch)/gems/#{@gemname}$(target_prefix)" if name == '$(TARGET_SO_DIR)'
|
||||
name = "$(arch)/gems/#{@gemname}#{target_prefix}" if name == '$(TARGET_SO_DIR)'
|
||||
super
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue