File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 28
28
</ItemGroup >
29
29
30
30
<Target Name =" GetRuntimeLibBuildOutput" BeforeTargets =" Build" >
31
- <MSBuild Projects =" ..\runtime\Python.Runtime.15.csproj" Properties =" PYTHONNET_PY3_VERSION=PYTHON35 ;Configuration=$(Configuration);TargetFramework=net40;Python3Version=PYTHON35 ;OutputPath=bin\for_perf\" >
31
+ <MSBuild Projects =" ..\runtime\Python.Runtime.15.csproj" Properties =" PYTHONNET_PY3_VERSION=PYTHON38 ;Configuration=$(Configuration);TargetFramework=net40;Python3Version=PYTHON38 ;OutputPath=bin\for_perf\" >
32
32
<Output TaskParameter =" TargetOutputs" ItemName =" NewPythonRuntime" />
33
33
</MSBuild >
34
34
</Target >
Original file line number Diff line number Diff line change @@ -43,18 +43,14 @@ public class Runtime
43
43
#error You must define either UCS2 or UCS4!
44
44
#endif
45
45
46
- #if PYTHON34
47
- const string _minor = "4" ;
48
- #elif PYTHON35
49
- const string _minor = "5" ;
50
- #elif PYTHON36
46
+ #if PYTHON36
51
47
const string _minor = "6" ;
52
48
#elif PYTHON37
53
49
const string _minor = "7" ;
54
50
#elif PYTHON38
55
51
const string _minor = "8" ;
56
52
#else
57
- #error You must define one of PYTHON34 to PYTHON38
53
+ #error You must define one of PYTHON36 to PYTHON38
58
54
#endif
59
55
60
56
#if WINDOWS
You can’t perform that action at this time.
0 commit comments