diff --git a/zcutil/build-mac.sh b/zcutil/build-mac.sh index 8d79918c7..ab7f2f291 100755 --- a/zcutil/build-mac.sh +++ b/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 \ No newline at end of file +make "$@" V=1 NO_GTEST=0 STATIC=1