Skip to content

Commit 6fb75f2

Browse files
mhegazycompnerd
authored andcommitted
Fix borken path
1 parent cb07583 commit 6fb75f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/bld/bld.wxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546

547547
<ComponentGroup Id="EnvironmentVariables">
548548
<Component Id="UserPathVariable" Condition="NOT ALLUSERS=1" Directory="toolchain_asserts_usr_bin" Guid="ab52b870-23ee-42e8-9581-3fcbdfb9228c">
549-
<Environment Action="set" Name="Path" Part="last" Permanent="no" System="no" Value="[_usr_bin]" />
549+
<Environment Action="set" Name="Path" Part="last" Permanent="no" System="no" Value="[toolchain_asserts_usr_bin]" />
550550
</Component>
551551
</ComponentGroup>
552552

0 commit comments

Comments
 (0)