[WIP] Use boost system layout by default (#1955)
Use boost system layout by default
This commit is contained in:
@@ -96,8 +96,7 @@ def install(self, spec, prefix):
|
||||
options.extend([
|
||||
'build_thread_safe=yes',
|
||||
'boost_inc_dir={0}'.format(spec['boost'].prefix.include),
|
||||
'boost_lib_dir={0}'.format(spec['boost'].prefix.lib),
|
||||
'boost_thread_lib=boost_thread-mt,boost_system-mt'
|
||||
'boost_lib_dir={0}'.format(spec['boost'].prefix.lib)
|
||||
])
|
||||
else:
|
||||
options.append('build_thread_safe=no')
|
||||
|
Reference in New Issue
Block a user