From 4d3a5f24c1ebce15bed84744c5d7e727561467be Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 24 Jan 2017 17:32:38 +0300 Subject: Fixed Python building on Ubuntu. --- auto/modules/python/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules') diff --git a/auto/modules/python/conf b/auto/modules/python/conf index 1c298a2d..0d9fb1c9 100644 --- a/auto/modules/python/conf +++ b/auto/modules/python/conf @@ -9,7 +9,7 @@ NXT_PYTHON_VERSION=`${NXT_PYTHON} -c \ NXT_PYTHON_INCLUDE=`${NXT_PYTHON} -c \ 'import sysconfig, sys; \ - sys.stdout.write(sysconfig.get_path("platinclude"))'` + sys.stdout.write(sysconfig.get_config_var("INCLUDEPY"))'` NXT_PYTHON_LIB="-lpython${NXT_PYTHON_VERSION}" -- cgit