Commit 08d2d58
committed
Remove crt-static for aarch64-pc-windows-msvc to fix ort linking
The prebuilt ONNX Runtime binaries from ort's download-binaries feature
are built with dynamic CRT (/MD), which conflicts with +crt-static (/MT)
causing unresolved symbols for CRT functions.1 parent c39355c commit 08d2d58
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments