[ruby-core:103100] [Ruby master Bug#17761] Install location of header files in extension libraries
From:
nobu@...
Date:
2021-03-30 14:10:49 UTC
List:
ruby-core #103100
Issue #17761 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Bug #17761: Install location of header files in extension libraries https://bugs.ruby-lang.org/issues/17761 * Author: nobu (Nobuyoshi Nakada) * Status: Open * Priority: Normal * Backport: 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED ---------------------------------------- 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. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>