Skip to content

Commit 9f0376a

Browse files
committed
update windows arm64 build script
1 parent 4b4ffed commit 9f0376a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/windows-arm64.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
export PATH="/opt/aarch64-w64-mingw32/bin:$PATH"
6+
57
cmake . -B build/ \
68
-DCMAKE_BUILD_TYPE="Release" \
79
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL="ON" \

0 commit comments

Comments
 (0)