We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555ff9a commit eefc460Copy full SHA for eefc460
instruby.rb
@@ -247,6 +247,7 @@ def with_destdir(dir)
247
install lib, libdir, :mode => $prog_mode unless lib == arc
248
install arc, libdir, :mode => $data_mode #if enable_static
249
install "rbconfig.rb", archlibdir, :mode => $data_mode
250
+ install "rbconfig.rbo", archlibdir, :mode => $data_mode
251
if CONFIG["ARCHFILE"]
252
for file in CONFIG["ARCHFILE"].split
253
install file, archlibdir, :mode => $data_mode
0 commit comments