From f52f527c7653c6d3389c54386d0b306b946d0d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 24 Jun 2012 00:22:28 +0200 Subject: [PATCH] Issue #15102: find python.exe in OutDir, not SolutionDir. --- PCbuild/pyproject.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index fba778aec9c..8041a6d5202 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -2,7 +2,7 @@ python33$(PyDebugExt) - $(SolutionDir)python$(PyDebugExt).exe + $(OutDir)python$(PyDebugExt).exe $(OutDir)kill_python$(PyDebugExt).exe ..\.. $(externalsDir)\sqlite-3.7.12