Issue #15102: Use HOST_PYTHON only if it is set.

This commit is contained in:
Martin v. Löwis 2012-06-23 21:07:39 +02:00
parent 2100b42317
commit d5ecd49af9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<PropertyGroup Label="UserMacros" Condition="'$(HOST_PYTHON)'!=''">
<PythonExe>$(HOST_PYTHON)</PythonExe>
</PropertyGroup>
<PropertyGroup>
@ -23,4 +23,4 @@
<Value>$(PythonExe)</Value>
</BuildMacro>
</ItemGroup>
</Project>
</Project>