Skip to content
Snippets Groups Projects
Commit eb206fdf authored by Martin Blanchard's avatar Martin Blanchard
Browse files

meson.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin

parent 60cb4448
No related branches found
No related tags found
Loading
......@@ -53,7 +53,8 @@ from buildstream import BuildElement
# Element implementation for the 'meson' kind.
class MesonElement(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.
Finish editing this message first!
Please register or to comment