diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-07-13 20:15:22 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-07-14 09:00:13 +0900 |
commit | b2491783986084770f6f97552f27b868622730cf () | |
tree | dbc00bede402ea4411317eaf4dce8b8c789dd8c0 /ext/extmk.rb | |
parent | a2c66f52f402cb58372e271226f3341065561e53 (diff) |
Install gems `lib` directory to build path
Notes: Merged: https://.com/ruby/ruby/pull/6130
-rwxr-xr-x | ext/extmk.rb | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -594,6 +594,25 @@ exts.each do |d| end end $top_srcdir = srcdir $topdir = "." $hdrdir = hdrdir |