Is there a method to override to add arguments to self.run(self.host_make) for component plugins? For example I am trying to override this in a Qt component plugin but it looks like you’d have to fork the whole QtComponent._install_from_source method to override that one line that calls make. Cheers! -Patrick