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