diff options
| author | Im-Beast <franik.mateusz@gmail.com> | 2024-12-19 15:58:16 +0100 |
|---|---|---|
| committer | Im-Beast <franik.mateusz@gmail.com> | 2024-12-19 15:58:16 +0100 |
| commit | 335459100a580ecba21c035504ed2bf73f233604 (patch) | |
| tree | dba31d77b7ba4d29d6c34409200decfc014b881a /tests/utils.ts | |
| parent | 449434ef5733e5a5edec941a15e3a6b8121a7d8e (diff) | |
tests: fix macos dylib path
Diffstat (limited to 'tests/utils.ts')
| -rwxr-xr-x | tests/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.ts b/tests/utils.ts index e2a9d32..7318543 100755 --- a/tests/utils.ts +++ b/tests/utils.ts @@ -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`, }); |
