587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
13 lines
352 B
Diff
13 lines
352 B
Diff
diff --git a/api/gmsh.py b/api/gmsh.py
|
|
index f525284..a225c85 100644
|
|
--- a/api/gmsh.py
|
|
+++ b/api/gmsh.py
|
|
@@ -78,6 +78,8 @@ if not libpath:
|
|
else:
|
|
libpath = find_library("gmsh")
|
|
|
|
+libpath = "@LIBPATH@"
|
|
+
|
|
# ... and print a warning if everything failed
|
|
if not libpath:
|
|
print("Warning: could not find Gmsh shared library " + libname +
|