X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FthreadManager%2FSConscript;fp=example%2Fcore%2FthreadManager%2FSConscript;h=918b912f0d441eb775ed143a6791ba1a83159b10;hb=c68d53c4623b63ee20014a7eae0b9759a490c90e;hp=4db8bdf65d1d04ddf9a07f3f9c1b0c9b7d5b6afe;hpb=7e514263242d4225f5e89b6bd4a494fd5d86cf09;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 }