Commit c6bbf6d
committed
third_party/setup.py: fix wabt platform detection
wabt changed its release asset naming convention in 1.0.39. The old
names (ubuntu, macos, windows) no longer match the current names
(linux-x64, linux-arm64, macos-arm64, windows-x64), causing setup.py
to silently fail with an empty download URL.1 parent 9d2bf83 commit c6bbf6d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments