5
emsdk.py
5
emsdk.py
@@ -2182,9 +2182,8 @@ def load_releases_tags():
|
|||||||
if extra_release_tag:
|
if extra_release_tag:
|
||||||
tags.append(extra_release_tag)
|
tags.append(extra_release_tag)
|
||||||
|
|
||||||
# Adds the currently installed SDK version, which might be a custom
|
# Explicitly add the currently installed SDK version. This could be a custom
|
||||||
# version. This means it will show up in `list` and work with
|
# version (installed explicitly) so it might not be part of the main list loaded above.
|
||||||
# `construct_env`
|
|
||||||
version_file = sdk_path(os.path.join('upstream', '.emsdk_version'))
|
version_file = sdk_path(os.path.join('upstream', '.emsdk_version'))
|
||||||
if os.path.exists(version_file):
|
if os.path.exists(version_file):
|
||||||
with open(version_file) as f:
|
with open(version_file) as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user