diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-28 18:19:18 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-28 18:19:18 (GMT) |
commit | 43ab355e0e6da10441a0f145a0d76f8c3d379589 (patch) | |
tree | 7743ebdbebe43b87f742e8f70d561f450505b0e7 /Tools | |
parent | 3ec5f421c58e2785edbb8ee3e4a575491bb0e7c2 (diff) | |
download | cpython-43ab355e0e6da10441a0f145a0d76f8c3d379589.zip cpython-43ab355e0e6da10441a0f145a0d76f8c3d379589.tar.gz cpython-43ab355e0e6da10441a0f145a0d76f8c3d379589.tar.bz2 |
Removes incorrect condition from lib_pdb.msi
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/lib/lib_files.wxs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs index fa79a8d..a992784 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> |