X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fxml%2Fxpath%2FSConscript;h=50872632f28b4f0de11be5cedb3b5d2ae1f4153f;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hp=5dc00ba6301d516b2b91af4efa5fc900da2be908;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/xml/xpath/SConscript b/example/xml/xpath/SConscript index 5dc00ba..5087263 100644 --- a/example/xml/xpath/SConscript +++ b/example/xml/xpath/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 }