X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdbos%2Fworkdir%2FSConscript;h=8c6f5c851f7a58844e9694a567fed0878dd2edfa;hb=ab5e2bb5ee931f510aa443d9109d46aaf2cdedc2;hp=6fc45ff4123101667ba505d388db42cb5f09da60;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/dbos/workdir/SConscript b/example/dbos/workdir/SConscript index 6fc45ff..8c6f5c8 100644 --- a/example/dbos/workdir/SConscript +++ b/example/dbos/workdir/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 }