Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the actual Python defined SO ABI extension
Which is basically a call to sysconfig made by the find_package Python and outputs the following extension ```python sysconfig.get_config_var('EXT_SUFFIX') '.cpython-310-x86_64-linux-gnu.so' ``` Contributes to CURA-7924
- Loading branch information