changeset 957:bb7fd7ea7330

add target/platform/bin to path.
author hanwen <hanwen@xs4all.nl>
date Wed, 11 Jan 2006 16:58:17 +0100
parents 0eced30481e6
children 9d10ef5b78b5
files specs/tools.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/specs/tools.py	Wed Jan 11 16:58:03 2006 +0100
+++ b/specs/tools.py	Wed Jan 11 16:58:17 2006 +0100
@@ -39,7 +39,7 @@
 class Nsis (Tool_package):
 	def compile (self): 
 		env = {}
-		env['PATH'] = '%(topdir)s/target/i686-mingw32/system/usr/cross/bin:' + os.environ['PATH']
+		env['PATH'] = '%(topdir)s/target/mingw/system/usr/cross/bin:' + os.environ['PATH']
 		self.system ('cd %(builddir)s/ && make -C Source POSSIBLE_CROSS_PREFIXES=i686-mingw32- ', env)
 			     
 	def patch (self):