« Return to Thread: SConstruct on OSX

Re: SConstruct on OSX

by stefan kersten-2 :: Rate this Message:

Reply to Author | View in Thread

On 21.04.2008, at 23:54, nescivi wrote:

> wondering about this change:
>
> @@ -849,11 +872,9 @@
>  mlEnv = pluginEnv.Copy()
>  mlSources = Split('Source/plugins/ML.cpp Source/plugins/Loudness.cpp
> Source/plugins/BeatTrack.cpp Source/plugins/Onsets.cpp
> Source/plugins/onsetsds.c Source/plugins/KeyTrack.cpp Source/
> plugins/MFCC.cpp
> Source/plugins/SCComplex.o Source/plugins/BeatTrack2.cpp
> Source/plugins/ML_SpecStats.cpp')
>  plugins.append(
> -    mlEnv.SharedLibrary(
> +    pluginEnv.SharedLibrary(
>      make_plugin_target('ML_UGens'), mlSources))
>
> why not mlEnv ?
> I know mlEnv does not really get changed, but then we could leave  
> out the copy
> as well...

'twas a slip, mlEnv is the way to go. fixed and committed.

<sk>

_______________________________________________
Sc-devel mailing list
Sc-devel@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-devel

 « Return to Thread: SConstruct on OSX