File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ def get_llvm_version(cc):
360
360
proc = subprocess .Popen (shlex .split (cc ) + ['-v' ], stdin = subprocess .PIPE ,
361
361
stderr = subprocess .PIPE , stdout = subprocess .PIPE )
362
362
except OSError :
363
- print '''Node .js configure error: No acceptable C compiler found!
363
+ print '''io .js configure error: No acceptable C compiler found!
364
364
365
365
Please make sure you have a C compiler installed on your system and/or
366
366
consider adjusting the CC environment variable if you installed
@@ -385,7 +385,7 @@ def get_gas_version(cc):
385
385
stdin = subprocess .PIPE , stderr = subprocess .PIPE ,
386
386
stdout = subprocess .PIPE )
387
387
except OSError :
388
- print '''Node .js configure error: No acceptable C compiler found!
388
+ print '''io .js configure error: No acceptable C compiler found!
389
389
390
390
Please make sure you have a C compiler installed on your system and/or
391
391
consider adjusting the CC environment variable if you installed
@@ -443,7 +443,7 @@ def cc_macros():
443
443
stdout = subprocess .PIPE ,
444
444
stderr = subprocess .PIPE )
445
445
except OSError :
446
- print '''Node .js configure error: No acceptable C compiler found!
446
+ print '''io .js configure error: No acceptable C compiler found!
447
447
448
448
Please make sure you have a C compiler installed on your system and/or
449
449
consider adjusting the CC environment variable if you installed
You can’t perform that action at this time.
0 commit comments