<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Phil,</div>I am sorry if we’ve discussed this previously, but would it be possible to add an option to the sysroot.json to pass the number of jobs to the make call in pyqtdeploy-sysroot without forking every one of your sysroot component plugins?<div class=""><br class=""></div><div class="">For example, providing a way to do:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo; color: rgb(222, 222, 222);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""><span class="Apple-tab-span" style="white-space:pre">    </span></span><span style="font-variant-ligatures: no-common-ligatures" class="">sysroot.run(sysroot.host_make, </span><span style="font-variant-ligatures: no-common-ligatures; color: #b23080" class="">‘-j%i’ % make_jobs</span><span style="font-variant-ligatures: no-common-ligatures" class="">)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo; color: rgb(222, 222, 222);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""><span class="Apple-tab-span" style="white-space:pre">  </span></span><span style="font-variant-ligatures: no-common-ligatures" class="">sysroot.run(sysroot.host_make, </span><span style="font-variant-ligatures: no-common-ligatures; color: #b23080" class="">‘-j%I’ % make_jobs</span><span style="font-variant-ligatures: no-common-ligatures" class="">, </span><span style="font-variant-ligatures: no-common-ligatures; color: #b23080" class="">'install'</span><span style="font-variant-ligatures: no-common-ligatures" class="">)</span></div></div><div class=""><br class=""></div><div class="">Thanks!</div><div class="">-Patrick</div></body></html>