Skip to content

Commit 4a28539

Browse files
committed
Merge pull request #2 from github/install-internal-headers
Install internal headers that @tmm1 needs to build his shady gems
2 parents ad71fca + 870ab21 commit 4a28539

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/rbinstall.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@ def prepare(mesg, basedir, subdirs=nil)
499499
end
500500
noinst = nil if noinst.empty?
501501
install_recursive(File.join(srcdir, "include"), rubyhdrdir, :no_install => noinst, :glob => "*.h", :mode => $data_mode)
502+
install_recursive(srcdir, rubyhdrdir, :no_install => noinst, :glob => "*.h", :mode => $data_mode)
503+
install_recursive(srcdir, rubyhdrdir, :no_install => noinst, :glob => "*.inc", :mode => $data_mode)
502504
end
503505

504506
install?(:local, :comm, :man) do

0 commit comments

Comments
 (0)