Skip to content
Snippets Groups Projects
Commit 40e4b349 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Adjusted name of wax Python extension binary to the Python version

parent 984f1c97
No related branches found
No related tags found
1 merge request!291ubuntu24 04 update
...@@ -21,7 +21,7 @@ log("Build file loaded...") ...@@ -21,7 +21,7 @@ log("Build file loaded...")
class CustomBuild(build_ext): class CustomBuild(build_ext):
output_binary_name = "cpp_python_bridge.cpython-310-x86_64-linux-gnu.so" output_binary_name = "cpp_python_bridge.cpython-312-x86_64-linux-gnu.so"
root_dir = Path(__file__).parent.absolute() root_dir = Path(__file__).parent.absolute()
package_dir = root_dir / "wax" package_dir = root_dir / "wax"
wax_package_shared_lib = package_dir / output_binary_name wax_package_shared_lib = package_dir / output_binary_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment