Skip to content
Snippets Groups Projects
Commit afae4b09 authored by richardmaw-codethink's avatar richardmaw-codethink
Browse files

manual.py: Add BST_VIRTUAL_DIRECTORY flag

parent f24e20e9
Branches
No related tags found
Loading
......@@ -36,7 +36,8 @@ from buildstream import BuildElement
# Element implementation for the 'manual' kind.
class ManualElement(BuildElement):
pass
# Supports virtual directories (required for remote execution)
BST_VIRTUAL_DIRECTORY = True
# Plugin entry point
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment