mkconfig.diff
| mkconfig.rb (working copy) | ||
|---|---|---|
| 76 | 76 |
next if $install_name and /^RUBY_INSTALL_NAME$/ =~ name |
| 77 | 77 |
next if $so_name and /^RUBY_SO_NAME$/ =~ name |
| 78 | 78 |
next if /^(?:X|(?:MINI|RUN)RUBY$)/ =~ name |
| 79 |
next if /^build/ =~ name |
|
| 80 | 79 |
if /^program_transform_name$/ =~ name and /^s(\\?.)(.*)\1$/ =~ val |
| 81 | 80 |
next if $install_name |
| 82 | 81 |
sep = %r"#{Regexp.quote($1)}"
|