Skip to content

Commit dab326a

Browse files
committed
Most build products aren't "before build-script-impl"
1 parent b462ac1 commit dab326a

File tree

1 file changed

+8
-0
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+8
-0
lines changed

utils/swift_build_support/swift_build_support/products/product.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ def is_build_script_impl_product(cls):
6161
"""
6262
raise NotImplementedError
6363

64+
@classmethod
65+
def is_before_build_script_impl_product(cls):
66+
"""is_before_build_script_impl_product -> bool
67+
68+
Whether this product is build before any build-script-impl products.
69+
"""
70+
return False
71+
6472
@classmethod
6573
def is_ignore_install_all_product(cls):
6674
"""is_ignore_install_all_product -> bool

0 commit comments

Comments
 (0)