Fix the YARP init path

This commit is contained in:
Takashi Kokubun 2023-08-15 10:02:43 -07:00
parent 3873b1eb39
commit f20dfd0803
Notes: git 2023-08-17 00:47:57 +00:00

View File

@ -5,5 +5,5 @@ void ruby_init_ext(const char *name, void (*init)(void));
void
Init_YARP(void)
{
ruby_init_ext("yarp.so", Init_yarp);
ruby_init_ext("yarp/yarp.so", Init_yarp);
}