merge
This commit is contained in:
commit
db1dd9bfb9
|
@ -74,7 +74,7 @@
|
||||||
-libOpts += external-libs/boost/lib/$(buildID)/libboost_system.a
|
-libOpts += external-libs/boost/lib/$(buildID)/libboost_system.a
|
||||||
-libOpts += external-libs/boost/lib/$(buildID)/libboost_filesystem.a
|
-libOpts += external-libs/boost/lib/$(buildID)/libboost_filesystem.a
|
||||||
+libOpts += $(shell rosboost-cfg --libs system)
|
+libOpts += $(shell rosboost-cfg --libs system)
|
||||||
+libOpts += /usr/local/lib/libboost_filesystem-mt.dylib
|
+libOpts += $(shell rosboost-cfg --libs filesystem)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# minizip
|
# minizip
|
||||||
|
|
Loading…
Reference in New Issue