From 0f2f9ad40cb8bfc3fe946a92114aaa482f54e9db Mon Sep 17 00:00:00 2001 From: cyan Date: Fri, 1 Nov 2024 19:45:19 +0000 Subject: unboost the cmakelists --- build_single.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build_single.sh') 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 -- cgit v1.2.3