From fa6582d9ad581451c8406ec2022b5df23676d0bb Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 23 Jun 2017 19:20:08 +0300 Subject: Python app request processing. --- auto/modules/python/make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto/modules/python/make') diff --git a/auto/modules/python/make b/auto/modules/python/make index edb8f0c0..b405a03a 100644 --- a/auto/modules/python/make +++ b/auto/modules/python/make @@ -1,6 +1,6 @@ -# Copyright (C) NGINX, Inc. # Copyright (C) Valentin V. Bartenev +# Copyright (C) NGINX, Inc. $echo >> $NXT_MAKEFILE @@ -15,7 +15,7 @@ do cat << END >> $NXT_MAKEFILE $NXT_BUILD_DIR/$nxt_obj: $nxt_src - \$(CC) -c \$(CFLAGS) \$(NXT_INCS) -I $NXT_PYTHON_INCLUDE \\ + \$(CC) -c \$(CFLAGS) \$(NXT_INCS) $NXT_PYTHON_INCLUDE \\ $NXT_LIB_AUX_CFLAGS \\ -o $NXT_BUILD_DIR/$nxt_obj \\ $nxt_src -- cgit