We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e9119 commit eccd769Copy full SHA for eccd769
src/Parser/CppSharp.Parser.csproj
@@ -24,7 +24,7 @@
24
25
<Target Name="PackNativeHeaders" AfterTargets="prepack" Condition="'$(RID)' == 'win-x64'">
26
<ItemGroup>
27
- <ClangHeaders Include="$(SrcDir)lib\**" />
+ <ClangHeaders Include="$(OutputPath)lib\**" />
28
</ItemGroup>
29
<Copy SourceFiles="@(ClangHeaders)" DestinationFiles="@(ClangHeaders->'$(PackageDir)contentFiles\any\any\lib\%(RecursiveDir)%(Filename)%(Extension)')" />
30
</Target>
0 commit comments