Skip to content

Commit 10bddb4

Browse files
author
Dave Abrahams
committed
[build-script] Fix uses of build_support.which
This might not be the most principled way to do it (not too familiar with this idiom of nested python modules named the same as their only components), but it seems to have worked.
1 parent 4613b17 commit 10bddb4

File tree

1 file changed

+2
-0
lines changed
  • utils/swift_build_support/swift_build_support

1 file changed

+2
-0
lines changed

utils/swift_build_support/swift_build_support/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
# utils/swift_build_support/ directory as a module.
1515
#
1616
# ----------------------------------------------------------------------------
17+
18+
from .which import which

0 commit comments

Comments
 (0)