Skip to content

Commit cdb08c2

Browse files
Sync with humble
1 parent 7576339 commit cdb08c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

robostack.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,15 @@ festival:
8787
linux: [festival, festvox-kallpc16k]
8888
osx: []
8989
win64: []
90+
# This is not available on Windows, and it is only
91+
# required by libcurl_vendor (see https://index.ros.org/d/file/)
92+
# but it is not actually used if libcurl is not compiled,
93+
# so we can just ignore it on Windows.
9094
file:
91-
robostack: [file]
95+
robostack:
96+
linux: [file]
97+
osx: [file]
98+
win64: []
9299
ffmpeg:
93100
robostack: [ffmpeg]
94101
ffmpeg-dev:

0 commit comments

Comments
 (0)