Explorar el Código

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

fix(windows): Build without rocksdb on windows
ieQu1 hace 3 años
padre
commit
390ebd8ffc
Se han modificado 1 ficheros con 1 adiciones y 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'