We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4ffed commit 9f0376aCopy full SHA for 9f0376a
package/windows-arm64.sh
@@ -2,6 +2,8 @@
2
3
set -e
4
5
+export PATH="/opt/aarch64-w64-mingw32/bin:$PATH"
6
+
7
cmake . -B build/ \
8
-DCMAKE_BUILD_TYPE="Release" \
9
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL="ON" \
0 commit comments