Skip to content

Commit 09880f4

Browse files
Update build.ps1
1 parent 24f2695 commit 09880f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/build.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Write-Host "Mount directory: $MOUNT_DIR"
1616
Invoke-Expression "subst X: /D" -ErrorAction SilentlyContinue
1717
Invoke-Expression "subst X: $MOUNT_DIR" -ErrorAction SilentlyContinue
1818

19-
Get-ChildItem X:\
20-
2119
# Define more variables using the new drive mapping
2220
$DOWNLOAD_DIR = "X:\chromium_git"
2321
$DEPOT_TOOLS_DIR = "X:\depot_tools"

0 commit comments

Comments
 (0)