diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-15 17:21:31 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-17 11:57:08 -0800 |
commit | 4da9d3c3a4494f588d174a6f988fd67bf6334ed2 (patch) | |
tree | 92022bd1a06698d3b5a7a0b68bc507b3d4b8b7b4 /check.py | |
parent | f0199de2037543538441b2ea532f7329b6b8a6e0 (diff) | |
download | binaryen-4da9d3c3a4494f588d174a6f988fd67bf6334ed2.tar.gz binaryen-4da9d3c3a4494f588d174a6f988fd67bf6334ed2.tar.bz2 binaryen-4da9d3c3a4494f588d174a6f988fd67bf6334ed2.zip |
improve warning text
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |