diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-06-11 00:14:28 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-06-11 00:14:28 +0800 |
commit | 4300323b1a7d6660dff94678cc3c5d6d372d34f5 (patch) | |
tree | 2acc4bfab9ccc0a46e69d3cd5e0d0582cc70d551 | |
parent | 3acd543a534f1ca790d4d8546c7f57671dcde071 (diff) |
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 <jeffery.to@gmail.com>
-rw-r--r-- | libs/newt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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,) |