mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-26 21:20:38 +00:00
Install sys/event.h
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@607 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
1a7a77af13
commit
b39187af2f
@ -129,6 +129,12 @@ end
|
||||
|
||||
project.add(kq)
|
||||
|
||||
project.add(Header.new(
|
||||
:id => 'event.h',
|
||||
:sources => 'include/sys/event.h',
|
||||
:namespace => 'kqueue/sys',
|
||||
))
|
||||
|
||||
test_ldadd = get_ldadd()
|
||||
if SystemType.host =~ /-androideabi$/
|
||||
test_ldadd += ' libkqueue.a'
|
||||
|
Loading…
Reference in New Issue
Block a user