From 29fb6187b90c098c213329a03b39d2dc78dd9901 Mon Sep 17 00:00:00 2001 From: nakeee Date: Tue, 16 Sep 2008 08:32:12 +0000 Subject: [PATCH] copy to clone git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@534 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 7feb1cdfc3..a9e17b16ac 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -24,6 +24,6 @@ files = [ "x64Analyzer.cpp", ] -env_common = env.Copy() +env_common = env.Clone() env_common.Append(CXXFLAGS = ' ' + ' '.join([ '-fPIC' ])) env_common.StaticLibrary("common", files)