[前][次][番号順一覧][スレッド一覧]

ruby-changes:72151

From: st0012 <ko1@a...>
Date: Mon, 13 Jun 2022 19:33:29 +0900 (JST)
Subject: [ruby-changes:72151] b1397e96da (master): [ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-script-so"

https://git.ruby-lang.org/ruby.git/commit/?id=b1397e96da

From b1397e96dacfed3dec3fb962e3b3ee9032ac137f Mon Sep 17 00:00:00 2001
From: st0012 <stan001212@g...>
Date: Mon, 13 Jun 2022 09:17:38 +0100
Subject: [ruby/reline] Revert "Merge pull request #441 from
 nevans/workaround-linker-script-so"

This reverts commit https://github.com/ruby/reline/commit/4ccf128ffa18, reversing
changes made to https://github.com/ruby/reline/commit/a2651419e9a0.

https://github.com/ruby/reline/commit/51053138a4
---
 lib/reline/terminfo.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/reline/terminfo.rb b/lib/reline/terminfo.rb
index 6cd78f5660..f53642b919 100644
--- a/lib/reline/terminfo.rb
+++ b/lib/reline/terminfo.rb
@@ -24,8 +24,7 @@ module Reline::Terminfo https://github.com/ruby/ruby/blob/trunk/lib/reline/terminfo.rb#L24
     when /darwin/
       %w[libncursesw.dylib libcursesw.dylib libncurses.dylib libcurses.dylib]
     else
-      %w[libncursesw.so libcursesw.so libncurses.so libcurses.so
-         libncursesw.so.6 libncurses.so.6]
+      %w[libncursesw.so libcursesw.so libncurses.so libcurses.so]
     end
   end
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]