diff options
| author | Dusan Klinec <dusan.klinec@gmail.com> | 2018-12-17 22:10:21 +0100 |
|---|---|---|
| committer | Dusan Klinec <dusan.klinec@gmail.com> | 2018-12-18 21:09:10 +0100 |
| commit | d8b40b6c46f30e9a65f0582ebee91a6df8c12877 (patch) | |
| tree | 38482281f654e918c446ada14a56823388788d13 /build.sh | |
| parent | bac833c1dd95666e159406f290ad334decee2810 (diff) | |
| download | monzero-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-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
