mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-13 02:20:45 +01:00
Fix typo on gn_args.py
This commit is contained in:
parent
67bb846748
commit
e33dd88cd4
@ -244,7 +244,7 @@ def ValidateArgs(args):
|
|||||||
"visual_studio_path requires DEPOT_TOOLS_WIN_TOOLCHAIN=0 env variable"
|
"visual_studio_path requires DEPOT_TOOLS_WIN_TOOLCHAIN=0 env variable"
|
||||||
assert os.environ.get('CEF_VCVARS', '') == 'none', \
|
assert os.environ.get('CEF_VCVARS', '') == 'none', \
|
||||||
"visual_studio_path requires CEF_VCVARS=none env variable"
|
"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 'PATH' in os.environ \
|
||||||
and 'LIB' in os.environ \
|
and 'LIB' in os.environ \
|
||||||
and 'INCLUDE' in os.environ, \
|
and 'INCLUDE' in os.environ, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user