Commit 2c1be3a
committed
Fix build and clippy checks when gdb features is enabled on windows
- The toolchain paths and flags are not correctly propagated on
windows. When gdb feature is enabled, wasmtime-internal-jit-debug
crate tries to compile C files using cc which is not correctly set
on Windows
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>1 parent e7fd9c0 commit 2c1be3a
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| |||
0 commit comments