Meshing: Mage: Fix so file path for packages.

setup.py
Pierre-Antoine Rouby 2023-12-20 12:13:28 +01:00
parent 691ec4f3bd
commit eb65ce4c1b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class MeshingWithMage(AMeshingTool):
return os.path.abspath( return os.path.abspath(
os.path.join( os.path.join(
os.path.dirname(__file__), os.path.dirname(__file__),
"..", "..", "mage", "libbief.so" "..", "..", "..", "mage", "libbief.so"
) )
) )