]> Sergey Matveev's repositories - nnn.git/commitdiff
Update haiku Makefile
authorLuuk van Baal <luukvbaal@gmail.com>
Wed, 26 May 2021 18:54:00 +0000 (20:54 +0200)
committerLuuk van Baal <luukvbaal@gmail.com>
Wed, 26 May 2021 18:54:00 +0000 (20:54 +0200)
misc/haiku/Makefile

index 7e0c900cbc1491ddd17dfdf470b9f786bb0dec2d..faf40ec6588283a35015f9447407d935543f57e5 100644 (file)
@@ -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)