diff --git a/build b/build index b6276b8c3..1ca324120 100755 --- a/build +++ b/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 \ + # xcrun notarytool log \ # --apple-id \ # --password # --team-id diff --git a/scripts/macos-sign-binaries.sh b/scripts/macos-sign-binaries.sh index e91a97600..5fffa925e 100755 --- a/scripts/macos-sign-binaries.sh +++ b/scripts/macos-sign-binaries.sh @@ -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 \