diff options
Diffstat (limited to 'auto/modules/php')
-rw-r--r-- | auto/modules/php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules/php b/auto/modules/php index 2fee49d3..762c1621 100644 --- a/auto/modules/php +++ b/auto/modules/php @@ -167,7 +167,7 @@ NXT_PHP_MODULE_SRCS=" \ # The php module object files. -nxt_objs= +nxt_objs=$NXT_BUILD_DIR/src/nxt_unit.o for nxt_src in $NXT_PHP_MODULE_SRCS; do |