Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d14ae16

Browse files
committed
Removes incorrect condition from lib_pdb.msi
2 parents 1aea8fb + 43ab355 commit d14ae16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/msi/lib/lib_files.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<?foreach ext in $(var.exts)?>
2323

2424
<Component Id="$(var.ext).pdb" Directory="DLLs" Guid="*">
25-
<Condition>SYMBOLS=1</Condition>
2625
<File Name="$(var.ext).pdb" />
2726
</Component>
2827

0 commit comments

Comments
 (0)