mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mkmf: fixed install directories of header files in extension libraries [Bug #17761] When installing an extension library which provides a header, that header should be installed under site_ruby (or vendor_ruby when "--vendor" option was given to extconf.rb). However, currently this file is about to be installed in the core include directory. --- lib/mkmf.rb | 8 ++++---- test/mkmf/test_install.rb | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 test/mkmf/test_install.rb |
||
|---|---|---|
| .. | ||
| base.rb | ||
| test_config.rb | ||
| test_constant.rb | ||
| test_convertible.rb | ||
| test_find_executable.rb | ||
| test_flags.rb | ||
| test_framework.rb | ||
| test_have_func.rb | ||
| test_have_library.rb | ||
| test_have_macro.rb | ||
| test_install.rb | ||
| test_libs.rb | ||
| test_mkmf.rb | ||
| test_signedness.rb | ||
| test_sizeof.rb | ||