diff options
Diffstat (limited to 'libpqpp/unittests/Jamfile.jam')
-rw-r--r-- | libpqpp/unittests/Jamfile.jam | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpqpp/unittests/Jamfile.jam b/libpqpp/unittests/Jamfile.jam index 4e6cc23..7865882 100644 --- a/libpqpp/unittests/Jamfile.jam +++ b/libpqpp/unittests/Jamfile.jam @@ -15,9 +15,10 @@ run <define>ROOT=\"$(me)\" <define>BOOST_TEST_DYN_LINK <library>..//dbpp-postgresql - <library>dbpptestcore + <local-dbppcore>yes:<library>../../..//dbpptestcore + <local-dbppcore>no:<library>dbpptestcore <library>adhocutil - <library>../..//pq + <library>..//pq <library>boost_utf <library>stdc++fs ; |