Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <joshield@microsoft.com>2019-11-07 19:58:32 +0300
committerJo Shields <joshield@microsoft.com>2019-11-07 20:03:29 +0300
commitb61263e994a326e3b3d302bca0194f73f0b6534e (patch)
tree74bfb0634d1beef7db590354de1a71c2f7194e7f /netcore/build.sh
parent9e6b57ce5a6cd025a29b1891add9f0aade316c01 (diff)
[llvm] redirect from mono llvm-mirror fork to dotnet llvm-project fork
Diffstat (limited to 'netcore/build.sh')
-rwxr-xr-xnetcore/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcore/build.sh b/netcore/build.sh
index 4e57916559e..fe73413082f 100755
--- a/netcore/build.sh
+++ b/netcore/build.sh
@@ -111,7 +111,7 @@ elif [[ "$configuration" == "Release" ]]; then
fi
if [ "$llvm" = "true" ]; then
- git submodule update --init -- ../external/llvm || (Write-PipelineTelemetryError -c "git" -e 1 "Error fetching LLVM submodule" && exit 1)
+ git submodule update --init -- ../external/llvm-project || (Write-PipelineTelemetryError -c "git" -e 1 "Error fetching LLVM submodule" && exit 1)
autogen_params="$autogen_params --enable-llvm"
fi