fix(windows): Build without rocksdb on windows

This commit is contained in:
ieQu1 2022-07-27 15:07:56 +02:00
parent 53f9b59805
commit 5a7d0fff88
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'