Commit 1b6aea3
fix(ci): statically link MinGW runtime for Windows builds
Adds -static-libgcc, -static-libstdc++, and static winpthread rustflags
for the x86_64-pc-windows-gnu target so the Windows binary no longer
depends on MinGW runtime DLLs absent on user machines. Also sets
OPENSSL_STATIC=1 on the build step to statically link OpenSSL.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 26be625 commit 1b6aea3
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
0 commit comments