Update build-mac.sh help and change license to GPLv3
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright (c) 2019 The Hush developers
|
||||||
|
# Released under the GPLv3
|
||||||
|
|
||||||
export CC=gcc-8
|
export CC=gcc-8
|
||||||
export CXX=g++-8
|
export CXX=g++-8
|
||||||
export LIBTOOL=libtool
|
export LIBTOOL=libtool
|
||||||
@@ -19,9 +22,9 @@ $0 --help
|
|||||||
Show this help message and exit.
|
Show this help message and exit.
|
||||||
|
|
||||||
$0 [ --enable-lcov ] [ MAKEARGS... ]
|
$0 [ --enable-lcov ] [ MAKEARGS... ]
|
||||||
Build Zcash and most of its transitive dependencies from
|
Build Hush and most of its transitive dependencies from
|
||||||
source. MAKEARGS are applied to both dependencies and Zcash itself. If
|
source. MAKEARGS are applied to both dependencies and Hush itself. If
|
||||||
--enable-lcov is passed, Zcash is configured to add coverage
|
--enable-lcov is passed, Hush is configured to add coverage
|
||||||
instrumentation, thus enabling "make cov" to work.
|
instrumentation, thus enabling "make cov" to work.
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user