This project is closed and read-only.
Bug #2280 » mkconfig.diff
| mkconfig.rb (working copy) | ||
|---|---|---|
|
next if $install_name and /^RUBY_INSTALL_NAME$/ =~ name
|
||
|
next if $so_name and /^RUBY_SO_NAME$/ =~ name
|
||
|
next if /^(?:X|(?:MINI|RUN)RUBY$)/ =~ name
|
||
|
next if /^build/ =~ name
|
||
|
if /^program_transform_name$/ =~ name and /^s(\\?.)(.*)\1$/ =~ val
|
||
|
next if $install_name
|
||
|
sep = %r"#{Regexp.quote($1)}"
|
||