Bug 2117 - SF Raptor 2.12.1 still tries to get python from its internal distribution
authorDario Sestito <darios@symbian.org>
Tue, 02 Mar 2010 13:08:43 +0000
changeset 216 0707f8fc2749
parent 215 b61c19d4168d
child 442 a0f5dc257779
Bug 2117 - SF Raptor 2.12.1 still tries to get python from its internal distribution
sbsv2/raptor/lib/config/locations.xml
--- a/sbsv2/raptor/lib/config/locations.xml	Wed Feb 17 16:10:19 2010 +0000
+++ b/sbsv2/raptor/lib/config/locations.xml	Tue Mar 02 13:08:43 2010 +0000
@@ -72,7 +72,7 @@
 		<env name='SBS_UNZIP' default="$(COREUTILSBINDIR)/unzip.exe" type='tool'/>
 		<env name='SBS_BVCPP' default="$(SBS_HOME)/$(HOSTPLATFORM_DIR)/bv/bin/cpp.exe" type='tool'/>
 		<env name='SBS_PERL' default='perl.exe' type='tool'/>
-		<env name='SBS_PYTHON' default='$(SBS_HOME)/$(HOSTPLATFORM_DIR)/python264/python.exe' type='tool'/>
+		<env name='SBS_PYTHON' default='python.exe' type='tool'/>
 	</var>
 
 	<var name="default.locations" extends="hostplatform.locations">