From 49bd3a21e0f995c895b445c0566227661418c2bc Mon Sep 17 00:00:00 2001 From: Alexander Borisov Date: Wed, 4 Apr 2018 18:53:39 +0300 Subject: Changed version processing for modules. --- auto/modules/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules/python') diff --git a/auto/modules/python b/auto/modules/python index ff012f08..57b50f89 100644 --- a/auto/modules/python +++ b/auto/modules/python @@ -111,7 +111,7 @@ nxt_feature_test=" #include int main() { - printf("PY_VERSION"); + printf(\"%s\", PY_VERSION); return 0; }" -- cgit