mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[Jenkins] vs_version argument not needed in get_vs_env.
This commit is contained in:
committed by
Mat Sutcliffe
parent
08578e202a
commit
1a30e24652
@@ -262,9 +262,9 @@ class MSVCBuilder(Builder):
|
||||
os.environ['PATH'] += os.pathsep + self._get_externals_path() #TODO still needed? we copy externals anyway
|
||||
os.environ['PATH'] += os.pathsep + 'C:/Program Files/7-Zip'
|
||||
if self.word_size == '32':
|
||||
vs_env = get_vs_env('VS2017', 'x86')
|
||||
vs_env = get_vs_env('x86')
|
||||
else:
|
||||
vs_env = get_vs_env('VS2017', 'amd64')
|
||||
vs_env = get_vs_env('amd64')
|
||||
|
||||
os.environ.update(vs_env)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user