Removed fibers from compilation.

It's not used anyway, but breaks building with musl.

This closes issue #5 on GitHub.
This commit is contained in:
Valentin Bartenev
2017-09-22 16:42:42 +03:00
parent 6a78aedb7e
commit 45c1d41f34
7 changed files with 22 additions and 7 deletions

View File

@@ -57,7 +57,6 @@ NXT_LIB_DEPS=" \
src/nxt_thread_pool.h \
src/nxt_work_queue.h \
src/nxt_service.h \
src/nxt_fiber.h \
src/nxt_log_moderation.h \
src/nxt_event_engine.h \
src/nxt_timer.h \
@@ -128,7 +127,6 @@ NXT_LIB_SRCS=" \
src/nxt_time_parse.c \
src/nxt_work_queue.c \
src/nxt_service.c \
src/nxt_fiber.c \
src/nxt_log_moderation.c \
src/nxt_event_engine.c \
src/nxt_timer.c \