| Index: buildbot/buildbot_lib.py
|
| diff --git a/buildbot/buildbot_lib.py b/buildbot/buildbot_lib.py
|
| index 36e06b59275c5a7a029922db79d293fc0abc8b94..2e84217d614af813980c373c79b38091f73acbf7 100644
|
| --- a/buildbot/buildbot_lib.py
|
| +++ b/buildbot/buildbot_lib.py
|
| @@ -84,6 +84,8 @@ def ParseStandardCommandLine(context):
|
| context['gyp_vars'] = []
|
| if context['clang']:
|
| context['gyp_vars'].append('clang=1')
|
| + else:
|
| + context['gyp_vars'].append('clang=0')
|
| if context['asan']:
|
| context['gyp_vars'].append('asan=1')
|
| context['vc_arch'] = {'32': 'x86', '64': 'x64'}[bits]
|
|
|