X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=example%2Fcore%2Frecycler%2FSConscript;h=9a31d444a42f35e0ee47b558043f4b140ce484f3;hb=4da93a9104af2bc7051916b6a91ec9f788ccd429;hp=56ba20d60e3dbdc23ad66a2d69b2ffc126a7bed5;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/core/recycler/SConscript b/example/core/recycler/SConscript index 56ba20d..9a31d44 100644 --- a/example/core/recycler/SConscript +++ b/example/core/recycler/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 }