summaryrefslogtreecommitdiff
path: root/libtmdb/Jamfile.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2014-11-13 23:39:54 +0000
committerrandomdan <randomdan@localhost>2014-11-13 23:39:54 +0000
commit4ab586b9b2b009cf01d74029066e2a5cd1652781 (patch)
tree23888c87144aba426b8806a3e1f99060cf489102 /libtmdb/Jamfile.jam
parentFix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE... (diff)
downloadp2pvr-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.jam3
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