Removes incorrect condition from lib_pdb.msi

This commit is contained in:
Steve Dower 2016-10-28 11:19:18 -07:00
parent 3ec5f421c5
commit 43ab355e0e
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
<?foreach ext in $(var.exts)?>
<Component Id="$(var.ext).pdb" Directory="DLLs" Guid="*">
<Condition>SYMBOLS=1</Condition>
<File Name="$(var.ext).pdb" />
</Component>