summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/autotools.py')
-rw-r--r--src/buildstream/plugins/elements/autotools.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/plugins/elements/autotools.py b/src/buildstream/plugins/elements/autotools.py
index 089c9bca0..c4396c5cc 100644
--- a/src/buildstream/plugins/elements/autotools.py
+++ b/src/buildstream/plugins/elements/autotools.py
@@ -60,9 +60,6 @@ from buildstream import BuildElement, SandboxFlags
# Element implementation for the 'autotools' kind.
class AutotoolsElement(BuildElement):
- # Supports virtual directories (required for remote execution)
- BST_VIRTUAL_DIRECTORY = True
-
# Enable command batching across prepare() and assemble()
def configure_sandbox(self, sandbox):
super().configure_sandbox(sandbox)