donate_cpu: Add another header to auto detect BSD configuration.
This commit is contained in:
parent
4b079c8934
commit
099d4ce574
|
@ -454,7 +454,7 @@ def upload_info(package, info_output, server_address):
|
|||
def get_libraries():
|
||||
libraries = ['posix', 'gnu']
|
||||
library_includes = {'boost': ['<boost/'],
|
||||
'bsd': ['<sys/queue.h>'],
|
||||
'bsd': ['<sys/queue.h>','<sys/tree.h>'],
|
||||
'cairo': ['<cairo.h>'],
|
||||
'cppunit': ['<cppunit/'],
|
||||
'icu': ['<unicode/', '"unicode/'],
|
||||
|
|
Loading…
Reference in New Issue