Browse Source

Workaround Directory.Build.props getting picked up when building LLVM.

This is to workaround MSBuild CMake step from LLVM build in Windows
picking this up.
pull/1736/head
Joao Matos 2 years ago
parent
commit
25e2c7c0aa
  1. 3
      build/llvm/Directory.Build.props

3
build/llvm/Directory.Build.props

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
<Project>
<!-- This empty file is to workaround MSBuild picking up the root Directy.Build.props when building LLVM. -->
</Project>
Loading…
Cancel
Save