fix: add ezstd_nif.so to macos signing

This commit is contained in:
Ivan Dyachkov 2023-07-10 21:11:26 +02:00
parent 4d1c7652ae
commit 1ca2f413c4
2 changed files with 2 additions and 1 deletions

2
build
View File

@ -320,7 +320,7 @@ make_tgz() {
if [ "${APPLE_SIGN_BINARIES:-0}" = 1 ]; then
# notarize the package
# if fails, check what went wrong with this command:
# xcrun notarytool log --apple-id <apple id> \
# xcrun notarytool log \
# --apple-id <apple id> \
# --password <apple id password>
# --team-id <apple team id> <submission-id>

View File

@ -65,6 +65,7 @@ for f in \
crc32cer_nif.so \
crypto.so \
crypto_callback.so \
ezstd_nif.so \
jiffy.so \
liberocksdb.so \
libquicer_nif.so \