Fix a typo in install.targets

This commit is contained in:
Thomas Goyne 2018-05-22 20:37:55 +02:00
parent 5cfa896f98
commit bbd5a0aadb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<Target
Name="ComputeHeaderOutputs"
Inputs="@(InstallHeader)"
Outputs="@(InstallHeader->'%(HeaderRoot)|%(RelativeDir)')"
Outputs="@(InstallHeader->'%(HeaderRoot)\%(RelativeDir)')"
BeforeTargets="InstallHeaders"
>
<CalculateOutputDir