Skip to content

Commit

Permalink
[vioscsi] Conditionally manage DVL copying
Browse files Browse the repository at this point in the history
Addendum to 7348ad4 and ef107f2.

1. Correct typo in CustomBuildStep Command.

Signed-off-by: benyamin-codez <[email protected]>
  • Loading branch information
benyamin-codez committed Dec 18, 2024
1 parent ef107f2 commit cee4107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vioscsi/vioscsi.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
)
if exist "$(ProjectDir)$(TargetName).DVL-win10-1607.XML" (
echo Copying $(TargetName).DVL-win10-1607.XML to Install\$(TargetOS)\$(TargetArch)\$(TargetName).DVL-compat.XML
copy /Y $(ProjectDir)$(TargetName).DVL-win10-latest.XML^
copy /Y $(ProjectDir)$(TargetName).DVL-win10-1607.XML^
$(ProjectDir)Install\$(TargetOS)\$(TargetArch)\$(TargetName).DVL-compat.XML
) else (
echo Unable to copy COMPAT DVL $(ProjectDir)$(TargetName).DVL-win10-1607.XML - it does not exist.
Expand Down

0 comments on commit cee4107

Please sign in to comment.