2023-01-11 07:51:40 +00:00
|
|
|
diff --git a/api/gmsh.py b/api/gmsh.py
|
2024-04-21 15:54:59 +00:00
|
|
|
index f525284..a225c85 100644
|
2023-01-11 07:51:40 +00:00
|
|
|
--- a/api/gmsh.py
|
|
|
|
+++ b/api/gmsh.py
|
2024-04-21 15:54:59 +00:00
|
|
|
@@ -78,6 +78,8 @@ if not libpath:
|
|
|
|
else:
|
|
|
|
libpath = find_library("gmsh")
|
2023-01-11 07:51:40 +00:00
|
|
|
|
|
|
|
+libpath = "@LIBPATH@"
|
2024-04-21 15:54:59 +00:00
|
|
|
+
|
|
|
|
# ... and print a warning if everything failed
|
|
|
|
if not libpath:
|
|
|
|
print("Warning: could not find Gmsh shared library " + libname +
|