1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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

View File

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