fix rpath error from roswtf

This commit is contained in:
Josh Faust 2010-01-07 19:40:49 +00:00
parent d3d17f9e71
commit d4a235b105
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Pieces of rxtools use some icons from the silk icon pack (http://www.famfamfam.c
<depend package="wxswig"/>
<depend package="wxPython_swig_interface"/>
<export>
<cpp cflags="-I${prefix}/src/ `rosboost-cfg --cflags`" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib/ -lrxtools `rosboost-cfg --lflags thread,regex`"/>
<cpp cflags="-I${prefix}/src/ `rosboost-cfg --cflags`" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lrxtools `rosboost-cfg --lflags thread,regex`"/>
<python path="${prefix}/src/:${prefix}/lib/"/>
</export>