mirror of
https://github.com/python/cpython.git
synced 2025-01-19 15:05:15 +08:00
Removes incorrect condition from lib_pdb.msi
This commit is contained in:
parent
3ec5f421c5
commit
43ab355e0e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user