mirror of https://github.com/lukechilds/node.git
Browse Source
Before this commit, we used to scan the output of `$CC -v` for strings like "gcc version x.y.z". It was pointed out that this approach fails with localized versions of gcc because those print (for example) "gcc versión x.y.z". Use the output of `$CC --version` instead and only look at the first line.v0.8.7-release
Ben Noordhuis
13 years ago
1 changed files with 18 additions and 16 deletions
Loading…
Reference in new issue