Skip to content

Commit d063eb4

Browse files
Update Tools/wasm/emscripten/__main__.py
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent e2a1aff commit d063eb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/wasm/emscripten/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,8 @@ def main():
510510
if context.emsdk_cache:
511511
validate_emsdk_version(context.emsdk_cache)
512512
context.emsdk_cache = Path(context.emsdk_cache).absolute()
513+
else:
514+
print("Build will use EMSDK from current environment.")
513515

514516
dispatch = {
515517
"make-libffi": make_emscripten_libffi,

0 commit comments

Comments
 (0)