mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/zsh: simplify BR2_STATIC_LIBS check
Use the more common ifeq ($(BR2_STATIC_LIBS),) form. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -44,7 +44,7 @@ else
|
||||
ZSH_CONF_OPTS += --disable-pcre
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_STATIC_LIBS),y)
|
||||
ifeq ($(BR2_STATIC_LIBS),)
|
||||
# zsh uses TRY_RUN to determine these
|
||||
ZSH_CONF_OPTS += \
|
||||
zsh_cv_shared_environ=yes \
|
||||
|
||||
Reference in New Issue
Block a user