summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-10-28 18:19:42 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-10-28 18:19:42 (GMT)
commitd14ae161dee43472d1cd3db82dbb0c6368577d62 (patch)
tree4c603cfab0f573d18c53986358233e050612217c /Tools
parent1aea8fb9e0ec6ac05d57e91a6be44a288589410c (diff)
parent43ab355e0e6da10441a0f145a0d76f8c3d379589 (diff)
downloadcpython-d14ae161dee43472d1cd3db82dbb0c6368577d62.zip
cpython-d14ae161dee43472d1cd3db82dbb0c6368577d62.tar.gz
cpython-d14ae161dee43472d1cd3db82dbb0c6368577d62.tar.bz2
Removes incorrect condition from lib_pdb.msi
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/lib/lib_files.wxs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs
index eb26f8d..9ecb277 100644
--- a/Tools/msi/lib/lib_files.wxs
+++ b/Tools/msi/lib/lib_files.wxs
@@ -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>