Skip to content

Commit c6ba5a7

Browse files
committed
windows DLLs are in bin and not in lin
1 parent 41edd8a commit c6ba5a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ogdf_python/loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def get_macro(m):
136136
try:
137137
wheel_inst_dir = importlib_resources.files("ogdf_wheel") / "install"
138138
if wheel_inst_dir.is_dir():
139+
cppyy.add_library_path(str(wheel_inst_dir / "bin"))
139140
cppyy.add_library_path(str(wheel_inst_dir / "lib"))
140141
cppyy.add_include_path(str(wheel_inst_dir / "include"))
141142
except ImportError:

0 commit comments

Comments
 (0)