Fix Hard-coded boost path in colladadom patch for Mac OS. #5314

This commit is contained in:
Wim Meeussen 2012-01-06 10:10:31 -08:00
parent 9576838b21
commit 752369476f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
-libOpts += external-libs/boost/lib/$(buildID)/libboost_system.a
-libOpts += external-libs/boost/lib/$(buildID)/libboost_filesystem.a
+libOpts += $(shell rosboost-cfg --libs system)
+libOpts += /usr/local/lib/libboost_filesystem-mt.dylib
+libOpts += $(shell rosboost-cfg --libs filesystem)
endif
# minizip