Skip to content

Commit d665ae0

Browse files
authored
Merge pull request #61492 from apple/maxd/docc-missing-deps
build-script: add missing DocC dependency
2 parents 464e54a + f6411c3 commit d665ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/swift_build_support/swift_build_support/products/swiftdoccrender.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import os
1414

1515
from . import product
16+
from . import swiftdocc
1617
from .. import shell
1718

1819

@@ -69,4 +70,4 @@ def install(self, host_target):
6970

7071
@classmethod
7172
def get_dependencies(cls):
72-
return []
73+
return [swiftdocc.SwiftDocC]

0 commit comments

Comments
 (0)