| Index: buildbot/buildbot_toolchain_build.py
|
| diff --git a/buildbot/buildbot_toolchain_build.py b/buildbot/buildbot_toolchain_build.py
|
| index 10b05962cf31f09a9ead09a73a13b5a27f2e8cc7..a162999b1f5bfa291baa8e95f36126ac05ba59bd 100755
|
| --- a/buildbot/buildbot_toolchain_build.py
|
| +++ b/buildbot/buildbot_toolchain_build.py
|
| @@ -131,7 +131,6 @@ def main(args):
|
|
|
| subprocess.check_call([sys.executable,
|
| BUILDBOT_STANDARD,
|
| - '--no-gyp',
|
| '--step-suffix= [%s %s]' % (toolchain_name, mode),
|
| '--scons-args', '%s=%s' % (scons_toolchain_arg,
|
| toolchain_dir),
|
|
|