* got MIDI clock working really smoothly (29 frames until sync, ardour transport...
[ardour.git] / libs / clearlooks / SConscript
index 3b496fb3f1a42be258c049d94dbcc826eae3f443..bd460f971e8a9c29c8be93c9c4095a46956c7d53 100644 (file)
@@ -19,7 +19,7 @@ libclearlooks_files = [
 
 Import ('env install_prefix')
 
-clearlooks = env.Copy()
+clearlooks = env.Clone()
 
 clearlooks.Replace(CCFLAGS = ' `pkg-config --cflags gtk+-2.0 cairo` ',
                    LINKFLAGS = ' `pkg-config --libs gtk+-2.0 cairo` ')