From: Luuk van Baal Date: Wed, 26 May 2021 18:54:00 +0000 (+0200) Subject: Update haiku Makefile X-Git-Tag: v4.1~25^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0a569496c87771d7f8786ac0d9c810e824daeb65;p=nnn.git Update haiku Makefile --- diff --git a/misc/haiku/Makefile b/misc/haiku/Makefile index 7e0c900c..faf40ec6 100644 --- a/misc/haiku/Makefile +++ b/misc/haiku/Makefile @@ -57,7 +57,13 @@ ifeq ($(strip $(O_PCRE)),1) endif ifeq ($(strip $(O_NOLC)),1) - CPPFLAGS += -DNOLC + ifeq ($(strip $(O_ICONS)),1) +$(info *** Ignoring O_NOLC since O_ICONS is set ***) + else ifeq ($(strip $(O_NERD)),1) +$(info *** Ignoring O_NOLC since O_NERD is set ***) + else + CPPFLAGS += -DNOLC + endif endif ifeq ($(strip $(O_NOMOUSE)),1)