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