瀏覽代碼

Merge pull request #8584 from ieQu1/windows-without-rocksdb

fix(windows): Build without rocksdb on windows
ieQu1 3 年之前
父節點
當前提交
390ebd8ffc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      build

+ 1 - 0
build

@@ -57,6 +57,7 @@ if [ "${SYSTEM}" = 'windows' ]; then
     # windows does not like the find
     FIND="/usr/bin/find"
     TAR="/usr/bin/tar"
+    export BUILD_WITHOUT_ROCKSDB="on"
 else
     FIND='find'
     TAR='tar'