Fix the YARP init path
This commit is contained in:
parent
3873b1eb39
commit
f20dfd0803
Notes:
git
2023-08-17 00:47:57 +00:00
@ -5,5 +5,5 @@ void ruby_init_ext(const char *name, void (*init)(void));
|
|||||||
void
|
void
|
||||||
Init_YARP(void)
|
Init_YARP(void)
|
||||||
{
|
{
|
||||||
ruby_init_ext("yarp.so", Init_yarp);
|
ruby_init_ext("yarp/yarp.so", Init_yarp);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user