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 @@ -368,7 +368,7 @@ def get_llvm_version(cc):
368
368
proc = subprocess .Popen (shlex .split (cc ) + ['-v' ], stdin = subprocess .PIPE ,
369
369
stderr = subprocess .PIPE , stdout = subprocess .PIPE )
370
370
except OSError :
371
- print '''Node .js configure error: No acceptable C compiler found!
371
+ print '''io .js configure error: No acceptable C compiler found!
372
372
373
373
Please make sure you have a C compiler installed on your system and/or
374
374
consider adjusting the CC environment variable if you installed
@@ -393,7 +393,7 @@ def get_gas_version(cc):
393
393
stdin = subprocess .PIPE , stderr = subprocess .PIPE ,
394
394
stdout = subprocess .PIPE )
395
395
except OSError :
396
- print '''Node .js configure error: No acceptable C compiler found!
396
+ print '''io .js configure error: No acceptable C compiler found!
397
397
398
398
Please make sure you have a C compiler installed on your system and/or
399
399
consider adjusting the CC environment variable if you installed
@@ -451,7 +451,7 @@ def cc_macros():
451
451
stdout = subprocess .PIPE ,
452
452
stderr = subprocess .PIPE )
453
453
except OSError :
454
- print '''Node .js configure error: No acceptable C compiler found!
454
+ print '''io .js configure error: No acceptable C compiler found!
455
455
456
456
Please make sure you have a C compiler installed on your system and/or
457
457
consider adjusting the CC environment variable if you installed
You can’t perform that action at this time.
0 commit comments