Browse Source

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>
lilik-openwrt-22.03
Jeffery To 5 years ago
parent
commit
4300323b1a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/newt/Makefile

+ 1
- 1
libs/newt/Makefile View File

@ -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,)


Loading…
Cancel
Save