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 /msvc/mono.external.targets
parent9e6b57ce5a6cd025a29b1891add9f0aade316c01 (diff)
[llvm] redirect from mono llvm-mirror fork to dotnet llvm-project fork
Diffstat (limited to 'msvc/mono.external.targets')
-rw-r--r--msvc/mono.external.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/mono.external.targets b/msvc/mono.external.targets
index b679179e1d2..b47e4ac1998 100644
--- a/msvc/mono.external.targets
+++ b/msvc/mono.external.targets
@@ -112,7 +112,7 @@
<PropertyGroup>
<_LLVMSourceDir Condition="'$(_LLVMSourceDir)' == ''">$(MONO_INTERNAL_LLVM_SOURCE_DIR)</_LLVMSourceDir>
- <_LLVMSourceDir Condition="'$(_LLVMSourceDir)' == ''">$(_MonoSourceDir)\external\llvm</_LLVMSourceDir>
+ <_LLVMSourceDir Condition="'$(_LLVMSourceDir)' == ''">$(_MonoSourceDir)\external\llvm-project\llvm</_LLVMSourceDir>
<_LLVMBuildDir Condition="'$(_LLVMBuildDir)' == ''">$([System.IO.Path]::GetFullPath('$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\external\llvm-build\$(Configuration)'))</_LLVMBuildDir>
<_LLVMInstallDir Condition="'$(_LLVMInstallDir)' == ''">$(_LLVMBuildDir)\install</_LLVMInstallDir>
<_MonoLLVMConfig>$(_LLVMInstallDir)\bin\llvm-config.exe</_MonoLLVMConfig>
@@ -240,4 +240,4 @@
</PrepareForBuildDependsOn>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>