Skip to content

Commit d1c82a3

Browse files
committed
forgot to initialize the compiler
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/branches/experimental@2094 23306eb0-4c56-4727-a40e-e92c0eb68959
1 parent c060b4f commit d1c82a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MacRuby.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ + (MacRuby *)sharedRuntime
1818
char **argv = NULL;
1919
ruby_sysinit(&argc, &argv);
2020
ruby_init();
21+
rb_vm_init_compiler();
2122
}
2223
}
2324
return runtime;

0 commit comments

Comments
 (0)