From a3f88e1a495b03f70a1b92564eff949a14c1149b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 11 Aug 2013 22:55:40 +0300 Subject: Search for Boost libs in all lib dirs. --- test cases/frameworks/1 boost/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases') diff --git a/test cases/frameworks/1 boost/meson.build b/test cases/frameworks/1 boost/meson.build index 033cb22..896225f 100644 --- a/test cases/frameworks/1 boost/meson.build +++ b/test cases/frameworks/1 boost/meson.build @@ -5,7 +5,7 @@ project('boosttest', 'cpp') # Use one without a library dependency and one with it. nolinkdep = dependency('boost', modules: 'utility') -linkdep = dependency('boost', modules : 'thread') +linkdep = dependency('boost', modules : ['thread', 'system']) nolinkexe = executable('nolinkedexe', 'nolinkexe.cc', deps : nolinkdep) linkexe = executable('linkedexe', 'linkexe.cc', deps : linkdep) -- cgit v1.1