donate_cpu_lib.py: Improved auto detection of bsd config
This commit is contained in:
parent
52e6bd76c4
commit
23c7621b24
|
@ -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>','<sys/tree.h>','<bsd/string.h>'],
|
||||
'bsd': ['<sys/queue.h>','<sys/tree.h>','<bsd/'],
|
||||
'cairo': ['<cairo.h>'],
|
||||
'cppunit': ['<cppunit/'],
|
||||
'icu': ['<unicode/', '"unicode/'],
|
||||
|
|
Loading…
Reference in New Issue