Commit 29ab271c authored by Tristan Van Berkom's avatar Tristan Van Berkom Committed by Tristan Van Berkom
Browse files

makemaker plugin: Support virtual directories

parent 053beb66
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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