From 70ba345ded54b1a7d3ed559d4997f94ef7a76300 Mon Sep 17 00:00:00 2001 From: cyan Date: Tue, 12 Nov 2024 23:55:19 +0000 Subject: Zano.. yeah... --- build_single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_single.sh') diff --git a/build_single.sh b/build_single.sh index 24a917d..b0e825f 100755 --- a/build_single.sh +++ b/build_single.sh @@ -305,7 +305,7 @@ mkdir -p $repo/build/${HOST_ABI} pushd $repo/build/${HOST_ABI} if [[ "$repo" == "zano" ]]; then - EXTRA_CMAKE_FLAGS="-DCAKEWALLET" + EXTRA_CMAKE_FLAGS="-DCAKEWALLET=ON" fi case "$HOST_ABI" in "x86_64-linux-gnu") @@ -403,7 +403,7 @@ pushd ${repo}_libwallet2_api_c mkdir -p build/${HOST_ABI} -p if [[ "$repo" == "zano" ]]; then - EXTRA_CMAKE_FLAGS="-DCAKEWALLET" + EXTRA_CMAKE_FLAGS="-DCAKEWALLET=ON" fi pushd build/${HOST_ABI} case $HOST_ABI in -- cgit v1.2.3