Skip to content

Commit

Permalink
tests: fix macos dylib path
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Dec 19, 2024
1 parent 449434e commit 3354591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const $ = build$({

export const dylibNames: (coin: Coin) => Partial<Record<Target, string>> = (coin) => ({
linux_x86_64: `${coin}_x86_64-linux-gnu_libwallet2_api_c.so`,
darwin_aarch64: `${coin}_aarch64-apple-darwin_libwallet2_api_c.dylib.xz`,
darwin_aarch64: `${coin}_aarch64-apple-darwin_libwallet2_api_c.dylib`,
windows_x86_64: `${coin}_x86_64-w64-mingw32_libwallet2_api_c.dll`,
});

Expand Down

0 comments on commit 3354591

Please sign in to comment.