Commit 5d6a791
committed
third_party/setup.py: fix wabt platform detection on Linux
wabt changed its release asset naming convention in 1.0.39. On Linux,
the old name 'ubuntu' no longer matches the new names 'linux-x64' and
'linux-arm64', causing setup.py to silently fail with an empty download
URL.1 parent 9d2bf83 commit 5d6a791
1 file changed
+3
-3
lines changed| 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