* disabled debugging output
[ardour.git] / libs / fst / SConscript
index bdffd959b5745c55ce2a3d8b44036db515f6b991..576283d73cd7d5132836c3f756697815605ed424 100644 (file)
@@ -8,7 +8,7 @@ import glob
 fst_src = glob.glob('*.c')
 
 Import('env install_prefix')
-fst = env.Copy(CC="winegcc")
+fst = env.Clone(CC="winegcc")
 fst.Append (CPPPATH=".")
 
 if fst['VST']: