summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2017-10-20 09:37:41 +0200
committerSlávek Banko <[email protected]>2017-10-20 09:37:50 +0200
commit7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd (patch)
tree13cd3560a66b4d0e853ed0810edbaed884f3f77b /src
parent5b2bdd171ef6daf1c10210d954c4c03083625b71 (diff)
downloadkstreamripper-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/SConscript2
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