Parcourir la source

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

fix(windows): Build without rocksdb on windows
ieQu1 il y a 3 ans
Parent
commit
390ebd8ffc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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'