From e941ff0650df87829d87d3ee808451d756fdcca5 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 15 Dec 2019 21:05:41 -0500 Subject: [PATCH] Update build-mac.sh help and change license to GPLv3 --- zcutil/build-mac.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zcutil/build-mac.sh b/zcutil/build-mac.sh index 3c0522a90..096ca96e4 100755 --- a/zcutil/build-mac.sh +++ b/zcutil/build-mac.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) 2019 The Hush developers +# Released under the GPLv3 + export CC=gcc-8 export CXX=g++-8 export LIBTOOL=libtool @@ -19,9 +22,9 @@ $0 --help Show this help message and exit. $0 [ --enable-lcov ] [ MAKEARGS... ] - Build Zcash and most of its transitive dependencies from - source. MAKEARGS are applied to both dependencies and Zcash itself. If - --enable-lcov is passed, Zcash 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