diff options
author | Slávek Banko <[email protected]> | 2017-10-20 09:37:41 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-10-20 09:37:50 +0200 |
commit | 7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd (patch) | |
tree | 13cd3560a66b4d0e853ed0810edbaed884f3f77b /src | |
parent | 5b2bdd171ef6daf1c10210d954c4c03083625b71 (diff) | |
download | kstreamripper-7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd.tar.gz kstreamripper-7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd.zip |
Fix FTBFS with SCons 3.x
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1)
Diffstat (limited to 'src')
-rw-r--r-- | src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript index b9ccafa..35bc2d5 100644 --- a/src/SConscript +++ b/src/SConscript @@ -14,7 +14,7 @@ ## SConstruct file (set with 'Export') - this is very important Import( 'env' ) -myenv=env.Copy() +myenv=env.Clone() ############################# ## the programs to build |