Skip to content

Commit 9374e56

Browse files
committed
Fix macos backward failure
1 parent c9ded63 commit 9374e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ popf:
9292
rtabmap:
9393
add_host: ["REQUIRE_OPENGL", "ceres-solver", "libdc1394", "libusb", "vtk"]
9494
backward_ros:
95-
add_host: ["${{ 'binutils' if linux or (osx and x86_64) }}", "${{ 'elfutils' if linux }}", "ros-humble-ament-cmake-libraries"]
95+
add_host: ["${{ 'binutils' if linux }}", "${{ 'elfutils' if linux }}", "ros-humble-ament-cmake-libraries"]
9696
nav2_smac_planner:
9797
add_build: ["${{ 'llvm-openmp' if osx }}"]
9898
add_host: ["${{ 'llvm-openmp' if osx }}", "ompl", "libode"]

0 commit comments

Comments
 (0)