Commit 1247f2b
committed
framework_tool: Statically link CRT
Otherwise it won't run on freshly installed Windows systems because
vcruntime is missing.
Must `cargo build --release` to get it. Debug builds won't have it
linked statically.
Signed-off-by: Daniel Schaefer <[email protected]>1 parent cc8d1ef commit 1247f2b
3 files changed
+13
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments