mirror of https://github.com/odrling/Aegisub
Fix a typo in install.targets
This commit is contained in:
parent
5cfa896f98
commit
bbd5a0aadb
|
@ -10,7 +10,7 @@
|
|||
<Target
|
||||
Name="ComputeHeaderOutputs"
|
||||
Inputs="@(InstallHeader)"
|
||||
Outputs="@(InstallHeader->'%(HeaderRoot)|%(RelativeDir)')"
|
||||
Outputs="@(InstallHeader->'%(HeaderRoot)\%(RelativeDir)')"
|
||||
BeforeTargets="InstallHeaders"
|
||||
>
|
||||
<CalculateOutputDir
|
||||
|
|
Loading…
Reference in New Issue