Skip to content

Commit

Permalink
win build works! this was the key
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed May 19, 2024
1 parent f731668 commit 37934ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_euromir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
for _fname in _pathlib.Path(__file__).parent.iterdir():
if _fname.suffix == _EXTS[_platform.system()]:
print('LOADING LIBRARY', _fname)
LIBRARY = _ctypes.cdll.LoadLibrary(_fname)
LIBRARY = _ctypes.cdll.LoadLibrary(str(_fname))
break
else:
raise ImportError(
Expand Down

0 comments on commit 37934ec

Please sign in to comment.