forked from Public/monero-gui
add zxcvbn to the qmake build system
This commit is contained in:
4
build.sh
4
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
|
||||
|
||||
Reference in New Issue
Block a user