We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fed19c commit c2b7a04Copy full SHA for c2b7a04
third_party/setup.py
@@ -184,7 +184,7 @@ def wabt_determine_platform():
184
185
186
def wabt_determine_release(platform):
187
- platform_regex = re.compile(r"^wabt-.*-ubuntu-.*.tar.gz$")
+ platform_regex = re.compile(r"^wabt-.*-%s.*.tar.gz$" % platform)
188
data = fetch_json('https://api.github.com/repos/WebAssembly/wabt/releases/latest')
189
for asset in data['assets']:
190
if platform_regex.match(asset['name']):
0 commit comments