DescriptionGuard gcc_version in a safe condition.
gcc_version is only defined on Linux and thus we need to check for it before
using it on other platforms.
This should fix the following error:
gyp: name 'gcc_version' is not defined while evaluating condition 'gcc_version >= 48'
R=thakis@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196565
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 2
Patch Set 3 : fix indentation #Messages
Total messages: 5 (0 generated)
|