Skip to content

Commit

Permalink
update windows arm64 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed Jun 4, 2022
1 parent 4b4ffed commit 9f0376a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/windows-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

export PATH="/opt/aarch64-w64-mingw32/bin:$PATH"

cmake . -B build/ \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL="ON" \
Expand Down

0 comments on commit 9f0376a

Please sign in to comment.