From b882de8e1ccfd3965eddbfb90e75b7d6d229f32c Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Thu, 15 Dec 2016 23:47:53 +0000 Subject: add zxcvbn to the qmake build system --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index bd32680c..6d9e6418 100755 --- a/build.sh +++ b/build.sh @@ -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 -- cgit v1.2.3