build: fixes build with Trezor, requires #4945, on current monero master

This commit is contained in:
Dusan Klinec
2018-12-17 22:10:21 +01:00
parent bac833c1dd
commit d8b40b6c46
3 changed files with 27 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
BUILD_TYPE=$1
BUILD_TREZOR=${BUILD_TREZOR-true}
source ./utils.sh
platform=$(get_platform)
# default build type
@@ -72,6 +73,7 @@ if [[ $platform == *bsd* ]]; then
fi
# build libwallet
export BUILD_TREZOR
./get_libwallet_api.sh $BUILD_TYPE
# build zxcvbn