mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extmk.rb: do not exclude readline
* ext/extmk.rb: do not exclude readline by default on win32. it would not be completely impossible. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c4d749d18
commit
13e15287cb
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ ext_prefix = "#{$top_srcdir}/ext"
|
|||
exts = $static_ext.sort_by {|t, i| i}.collect {|t, i| t}
|
||||
default_exclude_exts =
|
||||
if $mswin or $mingw
|
||||
%w'pty readline syslog'
|
||||
%w'pty syslog'
|
||||
else
|
||||
%w'*win32*'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue