| Index: build/vs_toolchain.py
|
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
|
| index b499255290b2f336a2e5118fe01c5ee457cb8513..1004d9e27a455f36a860f5091d77f9e3970df576 100755
|
| --- a/build/vs_toolchain.py
|
| +++ b/build/vs_toolchain.py
|
| @@ -402,7 +402,7 @@ def NormalizePath(path):
|
| def SetEnvironmentAndGetSDKDir():
|
| """Gets location information about the current sdk (must have been
|
| previously updated by 'update'). This is used for the GN build."""
|
| - runtime_dll_dirs = SetEnvironmentAndGetRuntimeDllDirs()
|
| + SetEnvironmentAndGetRuntimeDllDirs()
|
|
|
| # If WINDOWSSDKDIR is not set, search the default SDK path and set it.
|
| if not 'WINDOWSSDKDIR' in os.environ:
|
|
|