Skip to content
Snippets Groups Projects
Commit 23a49b45 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Add missing library in exported lflags.

parent d1cc7ad3
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<export> <export>
<cpp <cpp
cflags="-I${prefix}/include" cflags="-I${prefix}/include"
lflags="-L${prefix}/lib -lros_bridge -Wl,-rpath,${prefix}/lib" lflags="-L${prefix}/lib -lros_bridge -lros_interpreter -Wl,-rpath,${prefix}/lib"
/> />
</export> </export>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment