We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c83ca0 commit 4f41ae6Copy full SHA for 4f41ae6
clr_loader/util/find.py
@@ -59,7 +59,7 @@ def find_libmono(sgen: bool = True) -> str:
59
path = (
60
"/Library/Frameworks/Mono.framework/Versions/"
61
"Current"
62
- f"/lib/libmono{unix_name}.dylib"
+ f"/lib/lib{unix_name}.dylib"
63
)
64
65
else:
setup.py
@@ -55,7 +55,7 @@ def finalize_options(self):
55
56
setup(
57
name="clr_loader",
58
- version="0.1.1",
+ version="0.1.2",
description="Generic pure Python loader for .NET runtimes",
author="Benedikt Reinartz",
author_email="[email protected]",
0 commit comments