mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
1) Switch to running sip using its new sip-build command line interface, which requires writing out a pyproject.toml to configure it. 2) Generate the sip build file (sbf) ourselves since sip no longer writes them. 3) Remove the embedded sip module code and generate it on the fly during the build process. Fixes #2169.