X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FgenLogon%2FSConscript;h=4041708bfb7c18a9ce8cae291102345926fb8787;hb=280ea9dc419bc28bce42a0e4799ad8ab27530ea4;hp=c4beebb0872e2f1b175c7abdbb8a41c1a658bd8c;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/core/genLogon/SConscript b/example/core/genLogon/SConscript index c4beebb..4041708 100644 --- a/example/core/genLogon/SConscript +++ b/example/core/genLogon/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 }