Skip to content

Commit 2a4419e

Browse files
authored
Update build-openharmony-x64.sh
1 parent fa85f48 commit 2a4419e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-openharmony-x64.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
docker run --rm \
3-
-v /runtime:/runtime \
4-
-v /package:/package \
3+
-v "$(dirname $(pwd))/runtime:/runtime" \
4+
-v "$(dirname $(pwd))/package:/package" \
55
-w /runtime \
66
-e ROOTFS_DIR="/crossrootfs/x64" \
77
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-amd64-musl \

0 commit comments

Comments
 (0)