summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-06 12:11:07 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-06 12:11:07 +0100
commita858a8aadfab418b6b284f19640f4c29b19678ef (patch)
tree7afbbd3530f5715465672997a905f6163f81b7e6 /build_single.sh
parent5829d5f594b1e1fc5a8b78be17afe5bb0878ee91 (diff)
wip
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_single.sh b/build_single.sh
index a10c89a..f95fa87 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -34,7 +34,7 @@ fi
if [[ ! -d "$repo" ]]
then
echo "no '$repo' directory found. clone with --recursive or run:"
- echo "$ git submodule init && git submodule update --force";
+ echo '$ git submodule init && git submodule update --force';
exit 1
fi
@@ -55,12 +55,12 @@ fi
cd $(dirname $0)
WDIR=$PWD
pushd contrib/depends
- env PATH="$PATH" make "$NPROC" HOST="$HOST_ABI"
+ echo env PATH="$PATH" make "$NPROC" HOST="$HOST_ABI"
popd
# source contrib/depends/_native/_source_me
source contrib/depends/$HOST_ABI/_source_me
-export PATH="$(PWD)/contrib/depends/$HOST_ABI/native/bin:$PATH"
-exit 13
+export PATH="$(pwd)/contrib/depends/_native/bin/:$(pwd)/contrib/depends/$HOST_ABI/native/bin:$PATH"
+
buildType=Release
pushd ${repo}_libwallet2_api_c