Changed version processing for modules.

This commit is contained in:
Alexander Borisov
2018-04-04 18:53:39 +03:00
parent 0665896a55
commit 49bd3a21e0
11 changed files with 68 additions and 20 deletions

View File

@@ -111,7 +111,7 @@ nxt_feature_test="
#include <stdio.h>
int main() {
printf("PY_VERSION");
printf(\"%s\", PY_VERSION);
return 0;
}"