Skip to content

Commit 889afc4

Browse files
Merge pull request #562 from MithunKinarullathil/bugfix/561
Fix libdummy_nodes_dyn.so location.
2 parents 41cb606 + 39cccbf commit 889afc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/t01_build_your_first_tree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int main()
7171
#else
7272
// Load dynamically a plugin and register the TreeNodes it contains
7373
// it automated the registering step.
74-
factory.registerFromPlugin("./libdummy_nodes_dyn.so");
74+
factory.registerFromPlugin("../sample_nodes/bin/libdummy_nodes_dyn.so");
7575
#endif
7676

7777
// Trees are created at deployment-time (i.e. at run-time, but only once at the beginning).

0 commit comments

Comments
 (0)