Browse Source

s/Zen/Hush/g

z_importviewingkey_bug
Jonathan "Duke" Leto 6 years ago
parent
commit
4bb23ba9e1
  1. 8
      zcutil/build-mac.sh

8
zcutil/build-mac.sh

@ -17,9 +17,9 @@ Usage:
$0 --help
Show this help message and exit.
$0 [ --enable-lcov ] [ MAKEARGS... ]
Build Zen and most of its transitive dependencies from
source. MAKEARGS are applied to both dependencies and Zen itself. If
--enable-lcov is passed, Zen is configured to add coverage
Build Hush and most of its transitive dependencies from
source. MAKEARGS are applied to both dependencies and Hush itself. If
--enable-lcov is passed, Hush is configured to add coverage
instrumentation, thus enabling "make cov" to work.
EOF
exit 0
@ -69,4 +69,4 @@ CPPFLAGS="-I$PREFIX/include -arch x86_64" LDFLAGS="-L$PREFIX/lib -arch x86_64 -W
CXXFLAGS='-arch x86_64 -I/usr/local/Cellar/gcc5/5.4.0/include/c++/5.4.0 -I$PREFIX/include -fwrapv -fno-strict-aliasing -Werror -g -Wl,-undefined -Wl,dynamic_lookup' \
./configure --prefix="${PREFIX}" --with-gui=no "$HARDENING_ARG" "$LCOV_ARG" "$RUST_ARG" "$PROTON_ARG" "$MINING_ARG"
make "$@" V=1 NO_GTEST=0 STATIC=1
make "$@" V=1 NO_GTEST=0 STATIC=1

Loading…
Cancel
Save