summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-04 15:01:26 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-04 15:01:57 +0100
commitda4ec54f5296135ab1614b6ae91b0897456de952 (patch)
tree6f9be2e495ad4804d92424b288687e127e8a54e5 /build_single.sh
parent7822a22d63d78ab737aad98b5e44fc78d03d15e3 (diff)
fix: x86_64-w64-mingw32
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_single.sh b/build_single.sh
index a9431bd..a10c89a 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -57,6 +57,7 @@ WDIR=$PWD
pushd contrib/depends
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