X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdbms.mysql%2Fselect%2FSConscript;h=b3df3044218cf641b43cc6bbd834fdfb78432527;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hp=588eba0446c049646882ce8b39902780d19b2733;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/dbms.mysql/select/SConscript b/example/dbms.mysql/select/SConscript index 588eba0..b3df304 100644 --- a/example/dbms.mysql/select/SConscript +++ b/example/dbms.mysql/select/SConscript @@ -7,7 +7,7 @@ bnames = Dir('..').abspath.rsplit('/', 2) pName = "example_" + bnames[-2] + "_" + bnames[-1] # Libraries ############################################################### -# To avoid other libraries accumulation (boost testing, i.e.): +# To avoid other libraries accumulation: localEnv = env.Clone() system_library = { 'LIBS' : [ 'mysqlclient' ] }