Loading buildstream/plugins/elements/makemaker.py +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ from buildstream import BuildElement # Element implementation for the 'makemaker' kind. class MakeMakerElement(BuildElement): pass # Supports virtual directories (required for remote execution) BST_VIRTUAL_DIRECTORY = True # Plugin entry point Loading Loading
buildstream/plugins/elements/makemaker.py +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ from buildstream import BuildElement # Element implementation for the 'makemaker' kind. class MakeMakerElement(BuildElement): pass # Supports virtual directories (required for remote execution) BST_VIRTUAL_DIRECTORY = True # Plugin entry point Loading