Skip to content

Commit

Permalink
Fix typo in the zstd-jni resource config
Browse files Browse the repository at this point in the history
MacOS shared objects have `dylib` suffix, not `dylyb`
  • Loading branch information
luben authored and fniephaus committed Sep 4, 2024
1 parent 8f5234a commit 4edbf2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"condition": {
"typeReachable": "com.github.luben.zstd.util.Native"
},
"pattern": "[a-z]+/[a-z0-9]+/libzstd-jni-[0-9.-]+(so|dll|dylyb)"
"pattern": "[a-z]+/[a-z0-9]+/libzstd-jni-[0-9.-]+(so|dll|dylib)"
}
]
}
}
}

0 comments on commit 4edbf2e

Please sign in to comment.