File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 <Exec Command =' "$(TargetPath)" "$(PySourcePath)Lib\importlib\_bootstrap.py" "$(IntDir)importlib.g.h"' />
8686
8787 <PropertyGroup >
88- <_OldContent Condition =" Exists('$(PySourcePath)Python\importlib.h')" >$([System.IO.File]::ReadAllText('$(PySourcePath)Python\importlib.h'))</_OldContent >
89- <_NewContent Condition =" Exists('$(IntDir)importlib.g.h')" >$([System.IO.File]::ReadAllText('$(IntDir)importlib.g.h'))</_NewContent >
88+ <_OldContent Condition =" Exists('$(PySourcePath)Python\importlib.h')" >$([System.IO.File]::ReadAllText('$(PySourcePath)Python\importlib.h').Replace(` 
 `, ` 
 `) )</_OldContent >
89+ <_NewContent Condition =" Exists('$(IntDir)importlib.g.h')" >$([System.IO.File]::ReadAllText('$(IntDir)importlib.g.h').Replace(` 
 `, ` 
 `) )</_NewContent >
9090 </PropertyGroup >
9191
9292 <Copy SourceFiles =" $(IntDir)importlib.g.h"
You can’t perform that action at this time.
0 commit comments