We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f2695 commit 09880f4Copy full SHA for 09880f4
build/build.ps1
@@ -16,8 +16,6 @@ Write-Host "Mount directory: $MOUNT_DIR"
16
Invoke-Expression "subst X: /D" -ErrorAction SilentlyContinue
17
Invoke-Expression "subst X: $MOUNT_DIR" -ErrorAction SilentlyContinue
18
19
-Get-ChildItem X:\
20
-
21
# Define more variables using the new drive mapping
22
$DOWNLOAD_DIR = "X:\chromium_git"
23
$DEPOT_TOOLS_DIR = "X:\depot_tools"
0 commit comments