Skip to content

Commit 3718ed6

Browse files
committed
Pass --no-junction flag to depot_tools script for windows toolchain
This cancels the effect of https://source.chromium.org/chromium/chromium/tools/depot_tools/+/c6684fda9877962580c021aab7c8bc0e9f1c2647. Change-Id: If8a46bbcc1d1d8b645609d3a9d6f174e3d420edd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/419841 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Ivan Inozemtsev <[email protected]>
1 parent b0a0866 commit 3718ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/vs_toolchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ def Update(force=False, no_download=False):
528528
'get_toolchain_if_necessary.py'),
529529
'--output-json', json_data_file,
530530
'--toolchain-dir', toolchain_dir,
531+
'--no-junction',
531532
] + _GetDesiredVsToolchainHashes()
532533
if force:
533534
get_toolchain_args.append('--force')

0 commit comments

Comments
 (0)