Skip to content

Commit d8afce7

Browse files
committed
Include all clang include directories
1 parent f41e97c commit d8afce7

4 files changed

+4
-4
lines changed

nuget/Microsoft.NETCore.Runtime.Mono.LLVM.Libclang/runtime.FreeBSD.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<ItemGroup>
44
<File Include="$(ProjectDir)\clang\bindings\python\clang\**" TargetPath="tools\bindings\python\clang" />
55
<File Include="$(_LLVMInstallDir)\lib\libclang.so" TargetPath="tools\libclang.so" />
6-
<File Include="$(_LLVMInstallDir)\lib\clang\**\include\*" TargetPath="tools\include" />
6+
<File Include="$(_LLVMInstallDir)\lib\clang\$(LLVMVersionShort)\include\**" TargetPath="tools\include\%(RecursiveDir)" />
77
</ItemGroup>
88
</Project>

nuget/Microsoft.NETCore.Runtime.Mono.LLVM.Libclang/runtime.Linux.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<ItemGroup>
44
<File Include="$(ProjectDir)\clang\bindings\python\clang\**" TargetPath="tools\bindings\python\clang" />
55
<File Include="$(_LLVMInstallDir)\lib\libclang.so" TargetPath="tools\libclang.so" />
6-
<File Include="$(_LLVMInstallDir)\lib\clang\**\include\*" TargetPath="tools\include" />
6+
<File Include="$(_LLVMInstallDir)\lib\clang\$(LLVMVersionShort)\include\**" TargetPath="tools\include\%(RecursiveDir)" />
77
</ItemGroup>
88
</Project>

nuget/Microsoft.NETCore.Runtime.Mono.LLVM.Libclang/runtime.OSX.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<ItemGroup>
44
<File Include="$(ProjectDir)\clang\bindings\python\clang\**" TargetPath="tools\bindings\python\clang" />
55
<File Include="$(_LLVMInstallDir)\lib\libclang.dylib" TargetPath="tools\libclang.dylib" />
6-
<File Include="$(_LLVMInstallDir)\lib\clang\**\include\*" TargetPath="tools\include" />
6+
<File Include="$(_LLVMInstallDir)\lib\clang\$(LLVMVersionShort)\include\**" TargetPath="tools\include\%(RecursiveDir)" />
77
</ItemGroup>
88
</Project>

nuget/Microsoft.NETCore.Runtime.Mono.LLVM.Libclang/runtime.Windows_NT.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<ItemGroup>
44
<File Include="$(ProjectDir)\clang\bindings\python\clang\**" TargetPath="tools\bindings\python\clang" />
55
<File Include="$(_LLVMInstallDir)\bin\libclang.dll" TargetPath="tools\libclang.dll" />
6-
<File Include="$(_LLVMInstallDir)\lib\clang\**\include\*" TargetPath="tools\include" />
6+
<File Include="$(_LLVMInstallDir)\lib\clang\$(LLVMVersionShort)\include\**" TargetPath="tools\include\%(RecursiveDir)" />
77
</ItemGroup>
88
</Project>

0 commit comments

Comments
 (0)