mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
MJIT_CC and MJIT_SUPPORT are not a prefix
0b19e15a12
was also for "MJIT_SUPPORT"
too.
This commit is contained in:
parent
5fbb4555b4
commit
72cff5f3af
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ File.foreach "config.status" do |line|
|
|||
when /^(?:X|(?:MINI|RUN|(?:HAVE_)?BASE|BOOTSTRAP|BTEST)RUBY(?:_COMMAND)?$)/; next
|
||||
when /^INSTALLDOC|TARGET$/; next
|
||||
when /^DTRACE/; next
|
||||
when /^MJIT_(CC|SUPPORT)/; # pass
|
||||
when /^MJIT_(CC|SUPPORT)$/; # pass
|
||||
when /^MJIT_/; next
|
||||
when /^(?:MAJOR|MINOR|TEENY)$/; vars[name] = val; next
|
||||
when /^LIBRUBY_D?LD/; next
|
||||
|
|
Loading…
Add table
Reference in a new issue