From 106ce21e917f87ab47aee2db467ddfe0b58d3c7f Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 28 Oct 2013 06:32:22 +0000 Subject: * goruby.c (init_golf): append suffix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- goruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'goruby.c') diff --git a/goruby.c b/goruby.c index 6095fc0894..8f7cf30be4 100644 --- a/goruby.c +++ b/goruby.c @@ -20,7 +20,7 @@ RUBY_EXTERN void ruby_init_ext(const char *name, void (*init)(void)); static VALUE init_golf(VALUE arg) { - ruby_init_ext("golf", Init_golf); + ruby_init_ext("golf.so", Init_golf); return arg; } -- cgit v1.2.3