From 4300323b1a7d6660dff94678cc3c5d6d372d34f5 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 11 Jun 2019 00:14:28 +0800 Subject: [PATCH] newt: Update python3-config path The path where python3-config is installed was changed in 64959a1d. This updates that path for this package. Signed-off-by: Jeffery To --- libs/newt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/newt/Makefile b/libs/newt/Makefile index 462d35dfc..e70bc3f0c 100644 --- a/libs/newt/Makefile +++ b/libs/newt/Makefile @@ -89,7 +89,7 @@ CONFIGURE_ARGS+= \ --without-gpm-support \ --with-colorsfile=/etc/newt/palette -MAKE_VARS+= PYTHON_CONFIG_PATH="$(STAGING_DIR)/usr/bin" +MAKE_VARS+= PYTHON_CONFIG_PATH="$(STAGING_DIR)/host/bin" Build/Compile=$(call Build/Compile/Default,)