From 4ab586b9b2b009cf01d74029066e2a5cd1652781 Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 13 Nov 2014 23:39:54 +0000 Subject: Scattering of fixes to remove hacks around paths and fix running the build from folders other than the project root --- libtmdb/Jamfile.jam | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libtmdb/Jamfile.jam') 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 : pthread ; +path-constant me : . ; + unit-test testModels : [ glob testModels.cpp ] : + ROOT=\"$(me)\" BOOST_TEST_DYN_LINK boost_utf tmdb -- cgit v1.2.3