summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-10-20 09:37:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-10-20 09:37:41 +0200
commitef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1 (patch)
treeb148dce1d311dc51f8a3b7ef6387fb829fc0f152 /src
parentfc8ec3fd3e42e60bf0607176f8c8abe4ff35c0ed (diff)
downloadkstreamripper-ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1.tar.gz
kstreamripper-ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1.zip
Fix FTBFS with SCons 3.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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