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

Skip to content

Commit ad2c43b

Browse files
committed
Merge
2 parents 86da524 + f52f527 commit ad2c43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="UserMacros">
44
<PyDllName>python33$(PyDebugExt)</PyDllName>
5-
<PythonExe>$(SolutionDir)python$(PyDebugExt).exe</PythonExe>
5+
<PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
66
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
77
<externalsDir>..\..</externalsDir>
88
<sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir>

0 commit comments

Comments
 (0)