Explorar o código

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

fix(windows): Build without rocksdb on windows
ieQu1 %!s(int64=3) %!d(string=hai) anos
pai
achega
390ebd8ffc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'