Path fix.

This commit is contained in:
Jussi Pakkanen 2013-11-17 22:28:36 +02:00
parent af4e3b6671
commit a6e31563f8
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class BoostDependency(Dependency):
if self.boost_root is None:
self.incdir = '/usr/include/boost'
else:
self.incdir = os.path.join(self.boost_root, 'include')
self.incdir = os.path.join(self.boost_root, 'include/boost')
self.src_modules = {}
self.lib_modules = {}
self.lib_modules_mt = {}