Merge pull request #11246 from id/0710-fix-macos-signing
fix: add ezstd_nif.so to macos signing
This commit is contained in:
commit
4258e54e8f
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