Просмотр исходного кода

fix: add ezstd_nif.so to macos signing

Ivan Dyachkov 2 лет назад
Родитель
Сommit
1ca2f413c4
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      build
  2. 1 0
      scripts/macos-sign-binaries.sh

+ 1 - 1
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>

+ 1 - 0
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 \