mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 915129 - Don't link in epoll_sub.c from libevent on Android or B2G. r=bent
This commit is contained in:
parent
6489c5114d
commit
9c9b491acd
@ -78,10 +78,12 @@ ifeq ($(OS_TARGET),Android) # {
|
||||
LOCAL_INCLUDES += -I$(srcdir)/src/third_party/libevent/android
|
||||
else # } else {
|
||||
LOCAL_INCLUDES += -I$(srcdir)/src/third_party/libevent/linux
|
||||
CSRCS += \
|
||||
epoll_sub.c \
|
||||
$(NULL)
|
||||
endif # }
|
||||
CSRCS += \
|
||||
epoll.c \
|
||||
epoll_sub.c \
|
||||
$(NULL)
|
||||
|
||||
else # } else (OS_BSD) {
|
||||
|
Loading…
Reference in New Issue
Block a user