From 1bb22d1e922c87d3c86c67bdce626767ee48fb5c Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Mon, 6 Aug 2018 17:27:33 +0300 Subject: Unit application library. Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. --- auto/modules/ruby | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules/ruby') diff --git a/auto/modules/ruby b/auto/modules/ruby index 971d3aeb..05072353 100644 --- a/auto/modules/ruby +++ b/auto/modules/ruby @@ -129,7 +129,7 @@ NXT_RUBY_MODULE_SRCS=" \ # The Ruby module object files. -nxt_objs= +nxt_objs=$NXT_BUILD_DIR/src/nxt_unit.o for nxt_src in $NXT_RUBY_MODULE_SRCS; do -- cgit