summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-11-12 23:55:19 +0000
committercyan <cyjan@mrcyjanek.net>2024-11-12 23:55:19 +0000
commit70ba345ded54b1a7d3ed559d4997f94ef7a76300 (patch)
treecebc4c1a7f86cb43d1c29d83e85b3512f84de39d /build_single.sh
parent61cea8db5adb06d0ee4016607779557e5f345be4 (diff)
Zano.. yeah...
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh4
1 files changed, 2 insertions, 2 deletions
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