Skip to content

Commit

Permalink
call Init_prelude().
Browse files Browse the repository at this point in the history
  • Loading branch information
xordog committed Jan 14, 2020
1 parent c264a0b commit 0ada190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CRuby.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ + (void)initialize

void Init_enc();
void Init_ext();
void Init_prelude();
Init_enc();
Init_ext();
Init_prelude();

[self addLibrary:@"CRuby" bundle:[NSBundle bundleForClass:CRuby.class]];

Expand Down

0 comments on commit 0ada190

Please sign in to comment.