Show
Ignore:
Timestamp:
05/22/08 09:44:05 (16 years ago)
Author:
wagi
Message:

use env.Clone instead of env.Copy()

needed for scons 0.97

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/tests/systemtests/SConscript

    r1190 r1195  
    2424Import( 'env' ) 
    2525 
    26 env = env.Copy() 
     26env = env.Clone() 
    2727 
    2828env.PrependUnique( CPPPATH=["#/src"] ) 
     
    3333        env.MergeFlags( env['LIBRAW1394_FLAGS'] ) 
    3434 
    35 static_env = env.Copy() 
     35static_env = env.Clone() 
    3636 
    3737#