mirror of https://gitlab.com/pamhyr/pamhyr2
Meshing: Mage: Fix so file path for packages.
parent
691ec4f3bd
commit
eb65ce4c1b
|
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue