diff options
| author | Steve Dower <steve.dower@microsoft.com> | 2016-10-28 11:19:18 -0700 |
|---|---|---|
| committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-28 11:19:18 -0700 |
| commit | 43ab355e0e6da10441a0f145a0d76f8c3d379589 (patch) | |
| tree | 7743ebdbebe43b87f742e8f70d561f450505b0e7 /Tools | |
| parent | 3ec5f421c58e2785edbb8ee3e4a575491bb0e7c2 (diff) | |
| download | cpython-git-43ab355e0e6da10441a0f145a0d76f8c3d379589.tar.gz | |
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 fa79a8d692..a992784939 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> |
