Skip to content

Commit dd68c92

Browse files
committed
Boost path fix for Windows.
1 parent 325ed62 commit dd68c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def __init__(self, environment, kwargs):
403403
if self.boost_root is None:
404404
if mesonlib.is_windows():
405405
self.boost_root = self.detect_win_root()
406-
self.incdir = os.path.join(self.boost_root, 'boost')
406+
self.incdir = self.boost_root
407407
else:
408408
self.incdir = '/usr/include'
409409
else:

0 commit comments

Comments
 (0)