Browse Source
Merge pull request #9216 from jefferyto/newt-python-config
newt: Update python3-config path
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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,) |
|
|
|
|
|
|
|