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 16f8054 commit f3994edCopy full SHA for f3994ed
Platforms/emscripten/__main__.py
@@ -79,7 +79,7 @@ def get_build_paths(cross_build_dir=None, emsdk_cache=None):
79
80
def validate_emsdk_version(emsdk_cache):
81
"""Validate that the emsdk cache contains the required emscripten version."""
82
- if emsdk_cahce is None:
+ if emsdk_cache is None:
83
return
84
required_version = required_emscripten_version()
85
emsdk_env = emsdk_activate_path(emsdk_cache)
0 commit comments