summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
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