Skip to content
Snippets Groups Projects
Commit 064ea2f0 authored by Ken Tossell's avatar Ken Tossell
Browse files

removed -lrosthread from libuvc's mac ldflags

parent 65a0b384
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<url>http://ros.org/wiki/libuvc</url>
<export>
<cpp cflags="-I${prefix}/libuvc/include" lflags="-L${prefix}/libuvc/lib -Wl,-rpath,-L${prefix}/libuvc/lib"/>
<cpp os="osx" cflags="-I${prefix}/libuvc/include" lflags="-L${prefix}/libuvc/lib -Wl,-rpath,-L${prefix}/libuvc/lib -lrosthread -framework CoreServices"/>
<cpp os="osx" cflags="-I${prefix}/libuvc/include" lflags="-L${prefix}/libuvc/lib -Wl,-rpath,-L${prefix}/libuvc/lib -framework CoreServices"/>
</export>
<rosdep name="libusb-1.0"/>
</package>
......
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