aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorDusan Klinec <dusan.klinec@gmail.com>2018-12-17 22:10:21 +0100
committerDusan Klinec <dusan.klinec@gmail.com>2018-12-18 21:09:10 +0100
commitd8b40b6c46f30e9a65f0582ebee91a6df8c12877 (patch)
tree38482281f654e918c446ada14a56823388788d13 /build.sh
parentbac833c1dd95666e159406f290ad334decee2810 (diff)
downloadmonzero-gui-d8b40b6c46f30e9a65f0582ebee91a6df8c12877.tar.gz
monzero-gui-d8b40b6c46f30e9a65f0582ebee91a6df8c12877.tar.xz
monzero-gui-d8b40b6c46f30e9a65f0582ebee91a6df8c12877.zip
build: fixes build with Trezor, requires #4945, on current monero master
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index eaba125e..81e2dff8 100755
--- a/build.sh
+++ b/build.sh
@@ -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