From e33dd88cd458eb723ec17c9c33c093995dff6e77 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 25 Aug 2016 16:55:12 +0300 Subject: [PATCH] Fix typo on gn_args.py --- tools/gn_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gn_args.py b/tools/gn_args.py index 84a67edde..77229aad9 100644 --- a/tools/gn_args.py +++ b/tools/gn_args.py @@ -244,7 +244,7 @@ def ValidateArgs(args): "visual_studio_path requires DEPOT_TOOLS_WIN_TOOLCHAIN=0 env variable" assert os.environ.get('CEF_VCVARS', '') == 'none', \ "visual_studio_path requires CEF_VCVARS=none env variable" - assert 'GYP_MSVS_OVERRIDE_PATH' is os.environ \ + assert 'GYP_MSVS_OVERRIDE_PATH' in os.environ \ and 'PATH' in os.environ \ and 'LIB' in os.environ \ and 'INCLUDE' in os.environ, \