mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
toolchain/gdb: fix broken non-python build
Append configure args instead of overwriting them Fixes: 74417f8b3a80 ("toolchain: gdb: Add optional python support") Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
b224075543
commit
7b993329c8
@ -46,7 +46,7 @@ HOST_CONFIGURE_ARGS = \
|
|||||||
ifneq ($(CONFIG_GDB_PYTHON),)
|
ifneq ($(CONFIG_GDB_PYTHON),)
|
||||||
HOST_CONFIGURE_ARGS+= --with-python
|
HOST_CONFIGURE_ARGS+= --with-python
|
||||||
else
|
else
|
||||||
HOST_CONFIGURE_ARGS:= --without-python
|
HOST_CONFIGURE_ARGS+= --without-python
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user