Add comment.

pull/3004/head
Benjamin Redelings 7 years ago
parent 52775ecb14
commit ab37727289
  1. 1
      mesonbuild/dependencies/misc.py

@ -106,6 +106,7 @@ class BoostDependency(ExternalDependency):
def __init__(self, environment, kwargs):
super().__init__('boost', environment, 'cpp', kwargs)
self.need_static_link = ['boost_exception', 'boost_test_exec_monitor']
# FIXME: is this the right way to find the build type?
self.is_debug = environment.cmd_line_options.buildtype.startswith('debug')
threading = kwargs.get("threading", "multi")
self.is_multithreading = threading == "multi"

Loading…
Cancel
Save