X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fhttp%2Fclient%2FSConscript;h=c7b411b12902a6f6b3aee35ef8d2824d78d82b1b;hp=3630e02a2bf51d81cb7229d145b741d7c9edb8fd;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2 diff --git a/example/http/client/SConscript b/example/http/client/SConscript index 3630e02..c7b411b 100644 --- a/example/http/client/SConscript +++ b/example/http/client/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)