OSDN Git Service

Replace fixed PATH to the value from environment. This makes scons find build tools...
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Wed, 19 Dec 2012 06:30:24 +0000 (06:30 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Wed, 19 Dec 2012 06:30:24 +0000 (06:30 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@315 60bc1c72-a15a-11de-b98f-4500b42dc123

SConstruct

index 8fef6dd..997e8e4 100644 (file)
@@ -23,6 +23,7 @@ import platform
 import SCons
 
 env = Environment(**ARGUMENTS)
+env['ENV']['PATH'] = os.environ['PATH']
 
 destdir = env.get('DESTDIR', '/sbin');
 targets = []