X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2Fblocker%2FSConscript;h=74c575c6118a78a17ab7a671c05bd96f4cf0a4b2;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hp=196656b1007d9b6940f505d1b2ed58a5dbdb19cb;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/comm/blocker/SConscript b/example/comm/blocker/SConscript index 196656b..74c575c 100644 --- a/example/comm/blocker/SConscript +++ b/example/comm/blocker/SConscript @@ -20,13 +20,13 @@ 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 } localEnv.MergeFlags (anna_library) -system_library = { 'LIBS' : [ 'xml2', 'rt' ] } +system_library = { 'LIBS' : [ 'xml2', 'rt', 'pthread' ] } localEnv.MergeFlags (system_library) localEnv.Append(LIBPATH = anna_libpaths)