Include pbd/crossthread.cc in the mingw build
This commit is contained in:
parent
12acce0d0e
commit
5f9e81b105
@ -37,6 +37,7 @@ libpbd_sources = [
|
||||
'convert.cc',
|
||||
'controllable.cc',
|
||||
'controllable_descriptor.cc',
|
||||
'crossthread.cc',
|
||||
'cpus.cc',
|
||||
'debug.cc',
|
||||
'enumwriter.cc',
|
||||
@ -131,9 +132,6 @@ def build(bld):
|
||||
if bld.is_defined('DEBUG_RT_ALLOC'):
|
||||
obj.source += 'debug_rt_alloc.c'
|
||||
|
||||
if bld.env['build_target'] != 'mingw':
|
||||
obj.source += [ 'crossthread.cc' ]
|
||||
|
||||
obj.export_includes = ['.']
|
||||
obj.includes = ['.']
|
||||
obj.name = 'libpbd'
|
||||
|
Loading…
Reference in New Issue
Block a user