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

fix(windows): Build without rocksdb on windows
This commit is contained in:
ieQu1 2022-07-27 18:35:28 +02:00 committed by GitHub
commit 390ebd8ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
build
View File

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