ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 2011-11-08 05:50:04 -0500

joq gravatar image

You can restrict a specific set of flags using the os parameter of the <cpp> tag, like this:

<cpp os="osx" cflags="-I${prefix}/include" lflags="-L${prefix}/lib -Wl,-rpath,${prefix}/lib -lrosthread -framework CoreServices"/>

For more details, see the Manifest XML tags reference.