X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FthreadManager%2FSConscript;h=918b912f0d441eb775ed143a6791ba1a83159b10;hb=f548ce5889cd69ed0c9fb17e2dccf47fbeb41784;hp=4db8bdf65d1d04ddf9a07f3f9c1b0c9b7d5b6afe;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/core/threadManager/SConscript b/example/core/threadManager/SConscript index 4db8bdf..918b912 100644 --- a/example/core/threadManager/SConscript +++ b/example/core/threadManager/SConscript @@ -20,7 +20,7 @@ anna_rlibs = list(anna_libs) anna_rlibs.reverse() # Libraries ############################################################### -# To avoid other libraries accumulation (boost testing, i.e.): +# To avoid other libraries accumulation: localEnv = env.Clone() anna_library = { 'LIBS' : anna_rlibs }