X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fbuffer%2FSConscript;h=e74f30d32ccb23418ae5013f5c6990d1187352bb;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hp=03803986036591aef90e9853da277716b307594f;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/http/buffer/SConscript b/example/http/buffer/SConscript index 0380398..e74f30d 100644 --- a/example/http/buffer/SConscript +++ b/example/http/buffer/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 }