fix: add ezstd_nif.so to macos signing
This commit is contained in:
parent
4d1c7652ae
commit
1ca2f413c4
2
build
2
build
|
@ -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>
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue