Skip to content

Commit 4edbf2e

Browse files
lubenfniephaus
authored andcommitted
Fix typo in the zstd-jni resource config
MacOS shared objects have `dylib` suffix, not `dylyb`
1 parent 8f5234a commit 4edbf2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata/com.github.luben/zstd-jni/1.5.2-5/resource-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"condition": {
77
"typeReachable": "com.github.luben.zstd.util.Native"
88
},
9-
"pattern": "[a-z]+/[a-z0-9]+/libzstd-jni-[0-9.-]+(so|dll|dylyb)"
9+
"pattern": "[a-z]+/[a-z0-9]+/libzstd-jni-[0-9.-]+(so|dll|dylib)"
1010
}
1111
]
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)