mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
- nil the CXX env var if we don't have a CXX cross-compiler
This commit is contained in:
parent
ba88feb05f
commit
cd1819ee15
@ -238,7 +238,7 @@ ifneq ($(BR2_INET_IPV6),y)
|
|||||||
DISABLE_IPV6= --disable-ipv6
|
DISABLE_IPV6= --disable-ipv6
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),)
|
ifneq ($(BR2_GCC_CROSS_CXX),y)
|
||||||
TARGET_CONFIGURE_OPTS+=CXX=""
|
TARGET_CONFIGURE_OPTS+=CXX=""
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user