From 4da9d3c3a4494f588d174a6f988fd67bf6334ed2 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 15 Jan 2016 17:21:31 -0800 Subject: improve warning text --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 9e2f60863..919324a49 100755 --- a/check.py +++ b/check.py @@ -84,7 +84,7 @@ if not has_node: if not has_mozjs: warnings.append( 'warning: no mozjs found (not checking asm.js validation)') if not has_emcc: - warnings.append('warning: no emcc found (not checking emscripten/binaryen integration)') + warnings.append('warning: no emcc found (not checking non-vanilla emscripten/binaryen integration)') # setup -- cgit v1.2.3