diff options
author | randomdan <randomdan@localhost> | 2014-11-13 23:39:54 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2014-11-13 23:39:54 +0000 |
commit | 4ab586b9b2b009cf01d74029066e2a5cd1652781 (patch) | |
tree | 23888c87144aba426b8806a3e1f99060cf489102 /libtmdb/Jamfile.jam | |
parent | Fix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE... (diff) | |
download | p2pvr-4ab586b9b2b009cf01d74029066e2a5cd1652781.tar.bz2 p2pvr-4ab586b9b2b009cf01d74029066e2a5cd1652781.tar.xz p2pvr-4ab586b9b2b009cf01d74029066e2a5cd1652781.zip |
Scattering of fixes to remove hacks around paths and fix running the build from folders other than the project root
Diffstat (limited to 'libtmdb/Jamfile.jam')
-rw-r--r-- | libtmdb/Jamfile.jam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtmdb/Jamfile.jam b/libtmdb/Jamfile.jam index 8b6d246..bbdb3b6 100644 --- a/libtmdb/Jamfile.jam +++ b/libtmdb/Jamfile.jam @@ -34,9 +34,12 @@ lib tmdb : <library>pthread ; +path-constant me : . ; + unit-test testModels : [ glob testModels.cpp ] : + <define>ROOT=\"$(me)\" <define>BOOST_TEST_DYN_LINK <library>boost_utf <library>tmdb |