Skip to content

Commit eefc460

Browse files
let's not forget our old friend rbconfig.rbo
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@2603 23306eb0-4c56-4727-a40e-e92c0eb68959
1 parent 555ff9a commit eefc460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instruby.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ def with_destdir(dir)
247247
install lib, libdir, :mode => $prog_mode unless lib == arc
248248
install arc, libdir, :mode => $data_mode #if enable_static
249249
install "rbconfig.rb", archlibdir, :mode => $data_mode
250+
install "rbconfig.rbo", archlibdir, :mode => $data_mode
250251
if CONFIG["ARCHFILE"]
251252
for file in CONFIG["ARCHFILE"].split
252253
install file, archlibdir, :mode => $data_mode

0 commit comments

Comments
 (0)