diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-11-01 19:45:19 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-11-01 19:45:19 +0000 |
| commit | 0f2f9ad40cb8bfc3fe946a92114aaa482f54e9db (patch) | |
| tree | 5695b0bf484ecb11e2c4fb1ae58f3671444d0ca4 /build_single.sh | |
| parent | c8ad2e6638b199312a11d2ceb8ae00356a4ed8ec (diff) | |
unboost the cmakelists
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_single.sh b/build_single.sh index aab599f..7146f11 100755 --- a/build_single.sh +++ b/build_single.sh @@ -20,14 +20,14 @@ set -e repo=$1 if [[ "x$repo" == "x" ]]; then - echo "Usage: $0 monero/wownero $(gcc -dumpmachine) -j$proccount" + echo "Usage: $0 monero/wownero/zano $(gcc -dumpmachine) -j$proccount" exit 1 fi if [[ "x$repo" != "xwownero" && "x$repo" != "xmonero" && "x$repo" != "xzano" ]]; then - echo "Usage: $0 monero/wownero $(gcc -dumpmachine) -j$proccount" - echo "Invalid target given, only monero and wownero are supported targets" + echo "Usage: $0 monero/wownero/zano $(gcc -dumpmachine) -j$proccount" + echo "Invalid target given" exit 1 fi |
