Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f2723d

Browse files
committed
Give the _ssl project a harmless command to perform
for its "clean" action. Else the clean step run by the buildbot reports failure, due to the _ssl project whining about not being able to spawn an empty string.
1 parent 43179c8 commit 3f2723d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PCbuild/_ssl.vcproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
ProjectType="Visual C++"
44
Version="7.10"
55
Name="_ssl"
6+
RootNamespace="_ssl"
67
SccProjectName=""
78
SccLocalPath=""
89
Keyword="MakeFileProj">
@@ -22,6 +23,7 @@
2223
Name="VCNMakeTool"
2324
BuildCommandLine="python build_ssl.py"
2425
ReBuildCommandLine="python build_ssl.py -a"
26+
CleanCommandLine="echo Nothing to do"
2527
Output="_ssl.pyd"/>
2628
</Configuration>
2729
<Configuration
@@ -35,6 +37,7 @@
3537
Name="VCNMakeTool"
3638
BuildCommandLine="python_d -u build_ssl.py -d"
3739
ReBuildCommandLine="python_d -u build_ssl.py -d -a"
40+
CleanCommandLine="echo Nothing to do"
3841
Output="_ssl_d.pyd"/>
3942
</Configuration>
4043
<Configuration

0 commit comments

Comments
 (0)