diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-15 23:47:53 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-17 11:32:33 +0000 |
| commit | b882de8e1ccfd3965eddbfb90e75b7d6d229f32c (patch) | |
| tree | 27561a8f1d7f1c6f5d2faaf4dc914aafe507cf3a /build.sh | |
| parent | aae35df77df6840851ba49198f944cd5862f3895 (diff) | |
| download | monzero-gui-b882de8e1ccfd3965eddbfb90e75b7d6d229f32c.tar.gz monzero-gui-b882de8e1ccfd3965eddbfb90e75b7d6d229f32c.tar.xz monzero-gui-b882de8e1ccfd3965eddbfb90e75b7d6d229f32c.zip | |
add zxcvbn to the qmake build system
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,6 +17,9 @@ if [ ! -d $MONERO_DIR ]; then $SHELL get_libwallet_api.sh $BUILD_TYPE fi +# build zxcvbn +make -C src/zxcvbn-c + if [ ! -d build ]; then mkdir build; fi if [ "$BUILD_TYPE" == "Release" ]; then @@ -27,7 +30,6 @@ else BIN_PATH=debug/bin fi - # Platform indepenent settings platform=$(get_platform) if [ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]; then |
