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