donate_cpu: Add rule for automatically activate bsd.cfg

This commit is contained in:
orbitcowboy 2020-12-12 17:29:25 +01:00
parent d0f700305c
commit 4b079c8934
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ def upload_info(package, info_output, server_address):
def get_libraries():
libraries = ['posix', 'gnu']
library_includes = {'boost': ['<boost/'],
'bsd': ['<sys/queue.h>'],
'cairo': ['<cairo.h>'],
'cppunit': ['<cppunit/'],
'icu': ['<unicode/', '"unicode/'],