mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Don't force msvs 2010 version when running gyp
R=ahe@google.com, iposva@google.com, whesse@google.com BUG= Review URL: https://codereview.chromium.org//1267633003 .
This commit is contained in:
parent
4c67a266ed
commit
b67b36ab2a
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@ def main():
|
|||
'--depth=.', '-Itools/gyp/all.gypi',
|
||||
component_gyp_files[component]]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
# Generate Visual Studio 2010 compatible files by default.
|
||||
if not os.environ.get('GYP_MSVS_VERSION'):
|
||||
args.extend(['-G', 'msvs_version=2010'])
|
||||
|
||||
sys.exit(execute(args))
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue