Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit cf7b812

Browse files
ljbadesaghul
authored andcommitted
build: add pthread-fixes.c to Makefile.am on Android
1 parent 133b9d1 commit cf7b812

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile.am

+4-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,10 @@ libuv_la_SOURCES += src/unix/aix.c
242242
endif
243243

244244
if ANDROID
245-
include_HEADERS += include/android-ifaddrs.h
246-
libuv_la_SOURCES += src/unix/android-ifaddrs.c
245+
include_HEADERS += include/android-ifaddrs.h \
246+
include/pthread-fixes.h
247+
libuv_la_SOURCES += src/unix/android-ifaddrs.c \
248+
src/unix/pthread-fixes.c
247249
endif
248250

249251
if DARWIN

0 commit comments

Comments
 (0)