Skip to content

Commit cb13091

Browse files
authored
Update build-openharmony-arm64.sh
1 parent 923316b commit cb13091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-openharmony-arm64.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
docker run --rm \
33
-v "$(dirname $(pwd))/runtime:/runtime" \
44
-v "$(dirname $(pwd))/package:/package" \
5+
-w /runtime \
56
-e ROOTFS_DIR="/crossrootfs/arm64" \
67
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-arm64-musl \
78
bash -c "./build.sh --subset clr.aot+libs --configuration Release -arch arm64 --cross \

0 commit comments

Comments
 (0)