mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Auto merge of #22322 - ferjm:windows.extra.backslash, r=jdm
Remove extra backslash from Gstreamer info added to the PATH on Windows <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22322) <!-- Reviewable:end -->
This commit is contained in:
commit
08b67adce2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
Advertise="yes"/>
|
||||
</File>
|
||||
${include_dependencies()}
|
||||
<Environment Id="PATH" Name="PATH" Value="[GSTINSTALLDIR]\1.0\x86\bin;[GSTINSTALLDIR64]\1.0\x86_64\bin" Permanent="yes" Part="last" Action="set" System="yes" />
|
||||
<Environment Id="PATH" Name="PATH" Value="[GSTINSTALLDIR]1.0\x86\bin;[GSTINSTALLDIR64]1.0\x86_64\bin" Permanent="yes" Part="last" Action="set" System="yes" />
|
||||
</Component>
|
||||
|
||||
${include_directory(resources_path, "resources")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue