From ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 20 Oct 2017 09:37:41 +0200 Subject: Fix FTBFS with SCons 3.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1