We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b462ac1 commit dab326aCopy full SHA for dab326a
utils/swift_build_support/swift_build_support/products/product.py
@@ -61,6 +61,14 @@ def is_build_script_impl_product(cls):
61
"""
62
raise NotImplementedError
63
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
72
@classmethod
73
def is_ignore_install_all_product(cls):
74
"""is_ignore_install_all_product -> bool
0 commit comments