diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-12-20 16:48:09 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-12-22 22:10:26 +0900 |
commit | fca85845ab3ee12b9d1907a1335aa3f18bf322f7 () | |
tree | 70936ae89ef7f4727aa478beca9ada68b0607903 /tool/rbinstall.rb | |
parent | e1ff13b1465cc548ff1f9416c22492e6177d59a3 (diff) |
Install modular GC libraries
Notes: Merged: https://.com/ruby/ruby/pull/12428
-rwxr-xr-x | tool/rbinstall.rb | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1187,6 +1187,15 @@ install?(:ext, :comm, :gem, :'bundled-gems') do end end parse_args() include FileUtils |