Skip to content

Commit 03dd520

Browse files
authored
Add swift_build/swift-build to swift_build_support/toolchain.py
This exposes `swift-build` from toolchains, which allows products to use this tool directly when building
1 parent 5195e89 commit 03dd520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/swift_build_support/swift_build_support/toolchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def _getter(self):
7070
_register("ar", "ar")
7171
_register("sccache", "sccache")
7272
_register("swiftc", "swiftc")
73+
_register("swift_build", "swift-build")
7374

7475

7576
class Darwin(Toolchain):

0 commit comments

Comments
 (0)