newt: Update python3-config path
authorJeffery To <redacted>
Mon, 10 Jun 2019 16:14:28 +0000 (00:14 +0800)
committerJeffery To <redacted>
Mon, 10 Jun 2019 16:14:28 +0000 (00:14 +0800)
The path where python3-config is installed was changed in 64959a1d. This
updates that path for this package.

Signed-off-by: Jeffery To <redacted>
libs/newt/Makefile

index 462d35dfc4bb3774b86306fb5668730060855d00..e70bc3f0cdc73f5f657aedd1b3e8fb4edfb834ea 100644 (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,)
 
git clone https://git.99rst.org/PROJECT