Skip to content

Commit

Permalink
remove error in sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Oct 15, 2024
1 parent b4ce2bc commit 93ccff1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ if ([string]::IsNullOrEmpty($V8_REPO_URL)) {
$V8_REPO_URL = "https://github.com/laper32/v8-cmake.git"
}

if ([string]::IsNullOrEmpty($LLVM_VERSION)) {
Write-Output "Usage: $PSCommandPath <v8-cmake-repository-url>"
Write-Output ""
Write-Output "# Arguments"
Write-Output " v8-repository-url The URL used to clone v8-cmake sources (default: https://github.com/laper32/v8-cmake.git)"

exit 1
}

# Clone the LLVM project.
if (-not (Test-Path -Path "v8-cmake" -PathType Container)) {
git clone -b "msvc" --single-branch --depth=1 "$V8_REPO_URL" v8-cmake
Expand Down

0 comments on commit 93ccff1

Please sign in to comment.