Skip to content

Commit 89d8e64

Browse files
committed
fix (macOS): hard code default frameworks path
1 parent 1945e27 commit 89d8e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Yubico.Core/src/Yubico/PlatformInterop/macOS/Interop.Libraries.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ namespace Yubico.PlatformInterop
1616
{
1717
internal static partial class Libraries
1818
{
19-
internal const string CoreFoundation = "CoreFoundation.framework/CoreFoundation";
20-
internal const string IOKitFramework = "IOKit.framework/IOKit";
21-
internal const string WinSCard = "PCSC.framework/PCSC";
19+
internal const string CoreFoundation = "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation";
20+
internal const string IOKitFramework = "/System/Library/Frameworks/IOKit.framework/IOKit";
21+
internal const string WinSCard = "/System/Library/Frameworks/PCSC.framework/PCSC";
2222
}
2323
}

0 commit comments

Comments
 (0)