<div dir="ltr">What is the correct way to add a custom sip extension module to a pyqtdeploy project?<div><br></div><div>My python/cpython sip module is in a subdir of the pyqt-demo project (the subdir called "cpythononly" here: <a href="https://github.com/patrickkidd/pyqtdeploy-demo">https://github.com/patrickkidd/pyqtdeploy-demo</a>) and it builds and runs in the local venv with sip-install. I added an entry in sysroot.toml and checked the box for the private c/c++ sub-module under "Packages" in the pyqtdeploy app. pyqtdeploy-build complains that it can't find the sip-generated cpp sources for the module:</div><div><br></div><div>Undefined symbols for architecture x86_64:<br>  "_PyInit__cpythononly", referenced from:<br>      extension_modules in pyqtdeploy_main.o<br>ld: symbol(s) not found for architecture x86_64<br></div><div><br></div><div>Cheers,</div><div>-Patrick</div></div>